dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbCommandBuilderBase Class

DbCommandBuilderBase Class Properties

For a list of all members of this type, see DbCommandBuilderBase members.

Public Properties
 NameDescription
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.  
Public PropertyGets or sets whether the command builder quotes all the names of data source objects.  
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution.  
Public PropertyGets or sets a value that indicates whether and how the DbCommandBuilderBase should retrieve field values adjusted by server after an update.  
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets table name to generate update statements for.  
Public PropertySpecifies whether the catalog identifier is included in data source object names.  
Public PropertySpecifies whether the schema identifier is included in data source object names.  
Top
See Also