This base class is responsible for automatically generating single-table commands used to reconcile changes made to a DataSet with the associated database.
Namespace: CNClrLib.ADONet.Client
Delphi
|
type
TDbCommandBuilder = class(TPersistent)
end;
|
|
Name
|
Description
|

|
CatalogLocation
|
Sets or gets the CatalogLocation for an instance of the DbCommandBuilder class.
|

|
CatalogSeparator
|
Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder class.
|

|
CommandBuilderIntf
|
Provides direct access to the ADO.Net DbCommandBuilder object.
|

|
ConflictOption
|
Specifies which ConflictOption is to be used by the DbCommandBuilder.
|

|
DataAdapter
|
Gets or sets a DbDataAdapter object for which Transact-SQL statements are automatically generated.
|

|
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.
|

|
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.
|

|
SchemaSeparator
|
Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.
|

|
SetAllValues
|
Specifies whether all column values in an update statement are included or only changed ones.
|
Top
|