共用方式為


SqlCeCommandBuilder 成員

提供自動產生單一資料表命令的方法,可用來協調對 DataSet 與相關的資料庫所做的變更。這個類別無法被繼承。

SqlCeCommandBuilder 型別公開下列成員。

建構函式

  名稱 描述
公用方法 SqlCeCommandBuilder() () () () 初始化 SqlCeCommandBuilder 類別的新執行個體。
公用方法 SqlCeCommandBuilder(SqlCeDataAdapter) 使用相關聯的 SqlCeDataAdapterSqlCeCommand 物件初始化 SqlCeCommandBuilder 類別的新執行個體。

頂端

方法

  名稱 描述
受保護的方法 ApplyParameterInfo (inherited from DbCommandBuilder)
公用方法 CreateObjRef (inherited from MarshalByRefObject)
公用方法 Dispose (inherited from Component)
受保護的方法 Dispose (inherited from DbCommandBuilder)
公用方法 Equals (inherited from Object)
受保護的方法 Finalize (inherited from Component)
公用方法 GetDeleteCommand() () () () 當應用程式呼叫 SqlCeDataAdapter 上的 Update 時取得自動產生的 SqlCeCommand 物件,需要此物件才能在資料庫上執行刪除。
公用方法 GetDeleteCommand (inherited from DbCommandBuilder)
公用方法 GetHashCode (inherited from Object)
公用方法 GetInsertCommand() () () () 當應用程式呼叫 SqlCeDataAdapter 上的 Update 時取得自動產生的 SqlCeCommand 物件,需要此物件才能在資料庫上執行插入。
公用方法 GetInsertCommand (inherited from DbCommandBuilder)
公用方法 GetLifetimeService (inherited from MarshalByRefObject)
受保護的方法 GetParameterName (inherited from DbCommandBuilder)
受保護的方法 GetParameterName (inherited from DbCommandBuilder)
受保護的方法 GetParameterPlaceholder (inherited from DbCommandBuilder)
受保護的方法 GetSchemaTable (inherited from DbCommandBuilder)
受保護的方法 GetService (inherited from Component)
公用方法 GetType (inherited from Object)
公用方法 GetUpdateCommand() () () () 當應用程式呼叫 SqlCeDataAdapter 上的 Update 時取得自動產生的 SqlCeCommand 物件,需要此物件才能在資料庫上執行更新。
公用方法 GetUpdateCommand (inherited from DbCommandBuilder)
受保護的方法 InitializeCommand (inherited from DbCommandBuilder)
公用方法 InitializeLifetimeService (inherited from MarshalByRefObject)
受保護的方法 MemberwiseClone (inherited from Object)
受保護的方法 MemberwiseClone (inherited from MarshalByRefObject)
公用方法 QuoteIdentifier 傳回指定之識別碼的正確引號格式。 (覆寫 DbCommandBuilder. . :: . .QuoteIdentifier(String)。)
公用方法 RefreshSchema (inherited from DbCommandBuilder)
受保護的方法 RowUpdatingHandler (inherited from DbCommandBuilder)
受保護的方法 SetRowUpdatingHandler (inherited from DbCommandBuilder)
公用方法 ToString (inherited from Component)
公用方法 UnquoteIdentifier 傳回指定之識別碼的正確無引號格式。 (覆寫 DbCommandBuilder. . :: . .UnquoteIdentifier(String)。)

頂端

屬性

  名稱 描述
受保護的屬性 CanRaiseEvents (inherited from Component)
公用屬性 CatalogLocation 在 SQL Server Compact 3.5 中不支援。 (覆寫 DbCommandBuilder. . :: . .CatalogLocation。)
公用屬性 CatalogSeparator 在 SQL Server Compact 3.5 中不支援。 (覆寫 DbCommandBuilder. . :: . .CatalogSeparator。)
公用屬性 ConflictOption 指定要由 SqlCeCommandBuilder 使用的 ConflictOption。 (覆寫 DbCommandBuilder. . :: . .ConflictOption。)
公用屬性 Container (inherited from Component)
公用屬性 DataAdapter 取得或設定會為其自動產生 SQL 陳述式的 SqlCeDataAdapter 物件。
受保護的屬性 DesignMode (inherited from Component)
受保護的屬性 Events (inherited from Component)
公用屬性 QuotePrefix 取得或設定開始字元 (一個或多個),當指定名稱包含空白或保留 Token 之類字元的 SQL Server 資料庫物件 (如資料表或資料行) 時,就可以使用。 (覆寫 DbCommandBuilder. . :: . .QuotePrefix。)
公用屬性 QuoteSuffix 取得或設定結束字元 (一個或多個),當指定名稱包含空白或保留 Token 之類字元的 SQL Server 資料庫物件 (如資料表或資料行) 時,就可以使用。 (覆寫 DbCommandBuilder. . :: . .QuoteSuffix。)
公用屬性 SchemaSeparator 在 SQL Server Compact 3.5 中不支援。 (覆寫 DbCommandBuilder. . :: . .SchemaSeparator。)
公用屬性 SetAllValues (inherited from DbCommandBuilder)
公用屬性 Site (inherited from Component)

頂端

事件

  名稱 描述
公用事件 Disposed (inherited from Component)

頂端

請參閱

參考

SqlCeCommandBuilder類別

System.Data.SqlServerCe 命名空間