Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 following tables list the members exposed by the SqlCeCommandBuilder type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeCommandBuilder | Overloaded. Initializes a new instance of the SqlCeCommandBuilder class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
CatalogLocation | Overridden. Not supported in SQL Server Compact 3.5 SP1. |
![]() |
CatalogSeparator | Overridden. Not supported in SQL Server Compact 3.5 SP1. |
![]() |
ConflictOption | Overridden. Specifies which ConflictOption is to be used by the SqlCeCommandBuilder. |
![]() |
Container | (inherited from Component ) |
![]() |
DataAdapter | Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated. |
![]() |
QuotePrefix | Overridden. Gets or sets the beginning character or characters to use when specifying SQL Server database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. |
![]() |
QuoteSuffix | Overridden. Gets or sets the ending character or characters to use when specifying SQL Server database objects (for example, tables or columns) whose names contain characters, such as spaces or reserved tokens. |
![]() |
SchemaSeparator | Overridden. Not supported in SQL Server Compact 3.5 SP1. |
![]() |
SetAllValues | (inherited from DbCommandBuilder ) |
![]() |
Site | (inherited from Component ) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Dispose | Overloaded. (inherited from DbCommandBuilder ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetDeleteCommand | Overloaded. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetInsertCommand | Overloaded. |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
GetUpdateCommand | Overloaded. |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
QuoteIdentifier | Overridden. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
RefreshSchema | (inherited from DbCommandBuilder ) |
![]() |
ToString | (inherited from Component ) |
![]() |
UnquoteIdentifier | Overridden. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
ApplyParameterInfo | (inherited from DbCommandBuilder ) |
![]() |
Dispose | Overloaded. (inherited from DbCommandBuilder ) |
![]() |
Finalize | (inherited from Component ) |
![]() |
GetParameterName | Overloaded. (inherited from DbCommandBuilder ) |
![]() |
GetParameterPlaceholder | (inherited from DbCommandBuilder ) |
![]() |
GetSchemaTable | (inherited from DbCommandBuilder ) |
![]() |
GetService | (inherited from Component ) |
![]() |
InitializeCommand | (inherited from DbCommandBuilder ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
![]() |
RowUpdatingHandler | (inherited from DbCommandBuilder ) |
![]() |
SetRowUpdatingHandler | (inherited from DbCommandBuilder ) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component ) |
Top