Name | Description | |
---|---|---|
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. (Inherited from Devart.Common.DbCommandBuilderBase) | |
Quoted | Gets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase) | |
RefreshingFields | Gets or sets list of fields whose values should be retrieved after a DML statement execution. (Inherited from Devart.Common.DbCommandBuilderBase) | |
RefreshMode | Gets or sets a value that indicates whether and how the Devart.Common.DbCommandBuilderBase should retrieve field values adjusted by server after an update. (Inherited from Devart.Common.DbCommandBuilderBase) | |
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) | |
UpdatingFields | Gets or sets the list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the Devart.Common.DbCommandBuilder. If the field is not included in the list, it will not be updated. (Inherited from Devart.Common.DbCommandBuilder) | |
UpdatingTable | Gets or sets table name to generate update statements for. (Inherited from Devart.Common.DbCommandBuilderBase) |