Name | Description | |
---|---|---|
CatalogLocation | Sets or gets the System.Data.Common.CatalogLocation for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder) | |
CatalogSeparator | Sets or gets a string used as the catalog separator for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder) | |
ConflictOption | Specifies which System.Data.ConflictOption is to be used by the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder) | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
DataAdapter | Gets or sets a System.Data.Common.DbDataAdapter object for which Transact-SQL statements are automatically generated. (Inherited from System.Data.Common.DbCommandBuilder) | |
KeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. | |
Quoted | Gets or sets whether the command builder quotes all the names of data source objects. | |
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. (Inherited from System.Data.Common.DbCommandBuilder) | |
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. (Inherited from System.Data.Common.DbCommandBuilder) | |
RefreshingFields | Gets or sets list of fields whose values should be retrieved after a DML statement execution. | |
RefreshMode | Gets or sets a value that indicates whether and how the DbCommandBuilderBase should retrieve field values adjusted by server after an update. | |
SchemaSeparator | Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. (Inherited from System.Data.Common.DbCommandBuilder) | |
SetAllValues | Specifies whether all column values in an update statement are included or only changed ones. (Inherited from System.Data.Common.DbCommandBuilder) | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
UpdatingTable | Gets or sets table name to generate update statements for. | |
UseCatalog | Specifies whether the catalog identifier is included in data source object names. | |
UseSchema | Specifies whether the schema identifier is included in data source object names. |