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 | |
---|---|---|
![]() |
SqlCeCommandBuilder() () () () | Initializes a new instance of the SqlCeCommandBuilder class. |
![]() |
SqlCeCommandBuilder(SqlCeDataAdapter) | Initializes a new instance of the SqlCeCommandBuilder class with associated SqlCeDataAdapter and SqlCeCommand objects. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component) |
![]() |
CatalogLocation | Not supported in . (Overrides DbCommandBuilder. . :: . .CatalogLocation.) |
![]() |
CatalogSeparator | Not supported in . (Overrides DbCommandBuilder. . :: . .CatalogSeparator.) |
![]() |
ConflictOption | Specifies which ConflictOption is to be used by the SqlCeCommandBuilder. (Overrides DbCommandBuilder. . :: . .ConflictOption.) |
![]() |
Container | (inherited from Component) |
![]() |
DataAdapter | Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated. |
![]() |
DesignMode | (inherited from Component) |
![]() |
Events | (inherited from Component) |
![]() |
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.) |
![]() |
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.) |
![]() |
SchemaSeparator | Not supported in . (Overrides DbCommandBuilder. . :: . .SchemaSeparator.) |
![]() |
SetAllValues | (inherited from DbCommandBuilder) |
![]() |
Site | (inherited from Component) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component) |
Top