SqlCeCommandBuilder Members

Provides a means of automatically generating single-table commands used to reconcile changes made to a DataSet with the associated database. This class cannot be inherited.

The SqlCeCommandBuilder type exposes the following members.

Constructors

  Name Description
Public method SqlCeCommandBuilder() () () () Initializes a new instance of the SqlCeCommandBuilder class.
Public method SqlCeCommandBuilder(SqlCeDataAdapter) Initializes a new instance of the SqlCeCommandBuilder class with associated SqlCeDataAdapter and SqlCeCommand objects.

Top

Methods

  Name Description
Protected method ApplyParameterInfo(DbParameter, DataRow, StatementType, Boolean) (inherited from DbCommandBuilder)
Public method CreateObjRef(Type) (inherited from MarshalByRefObject)
Public method Dispose() () () () (inherited from Component)
Protected method Dispose(Boolean) (inherited from DbCommandBuilder)
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Component)
Public method GetDeleteCommand() () () () Gets the automatically generated SqlCeCommand object required to perform deletions on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetDeleteCommand(Boolean) (inherited from DbCommandBuilder)
Public method GetHashCode() () () () (inherited from Object)
Public method GetInsertCommand() () () () Gets the automatically generated SqlCeCommand object required to perform inserts on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetInsertCommand(Boolean) (inherited from DbCommandBuilder)
Public method GetLifetimeService() () () () (inherited from MarshalByRefObject)
Protected method GetParameterName(Int32) (inherited from DbCommandBuilder)
Protected method GetParameterName(String) (inherited from DbCommandBuilder)
Protected method GetParameterPlaceholder(Int32) (inherited from DbCommandBuilder)
Protected method GetSchemaTable(DbCommand) (inherited from DbCommandBuilder)
Protected method GetService(Type) (inherited from Component)
Public method GetType() () () () (inherited from Object)
Public method GetUpdateCommand() () () () Gets the automatically generated SqlCeCommand object required to perform updates on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetUpdateCommand(Boolean) (inherited from DbCommandBuilder)
Protected method InitializeCommand(DbCommand) (inherited from DbCommandBuilder)
Public method InitializeLifetimeService() () () () (inherited from MarshalByRefObject)
Protected method MemberwiseClone() () () () (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method QuoteIdentifier(String) Returns the correct quoted form of the specified identifier. (Overrides DbCommandBuilder. . :: . .QuoteIdentifier(String).)
Public method RefreshSchema() () () () (inherited from DbCommandBuilder)
Protected method RowUpdatingHandler(RowUpdatingEventArgs) (inherited from DbCommandBuilder)
Protected method SetRowUpdatingHandler(DbDataAdapter) (inherited from DbCommandBuilder)
Public method ToString() () () () (inherited from Component)
Public method UnquoteIdentifier(String) Returns the correct unquoted form of the specified identifier. (Overrides DbCommandBuilder. . :: . .UnquoteIdentifier(String).)

Top

Properties

  Name Description
Protected property CanRaiseEvents (inherited from Component)
Public property CatalogLocation Not supported in . (Overrides DbCommandBuilder. . :: . .CatalogLocation.)
Public property CatalogSeparator Not supported in . (Overrides DbCommandBuilder. . :: . .CatalogSeparator.)
Public property ConflictOption Specifies which ConflictOption is to be used by the SqlCeCommandBuilder. (Overrides DbCommandBuilder. . :: . .ConflictOption.)
Public property Container (inherited from Component)
Public property DataAdapter Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated.
Protected property DesignMode (inherited from Component)
Protected property Events (inherited from Component)
Public property QuotePrefix Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. (Overrides DbCommandBuilder. . :: . .QuotePrefix.)
Public property QuoteSuffix Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters, such as spaces or reserved tokens. (Overrides DbCommandBuilder. . :: . .QuoteSuffix.)
Public property SchemaSeparator Not supported in . (Overrides DbCommandBuilder. . :: . .SchemaSeparator.)
Public property SetAllValues (inherited from DbCommandBuilder)
Public property Site (inherited from Component)

Top

Events

  Name Description
Public event Disposed (inherited from Component)

Top

See Also

Reference

SqlCeCommandBuilder Class

System.Data.SqlServerCe Namespace