dotConnect for Zoho Books Documentation
Devart.Common Namespace / DbCommandBuilder Class

In This Topic
    DbCommandBuilder Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertySets or gets the System.Data.Common.CatalogLocation for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySets 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)
    Public PropertySpecifies which System.Data.ConflictOption is to be used by the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a System.Data.Common.DbDataAdapter object for which Transact-SQL statements are automatically generated. (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. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertyGets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertyGets or sets a value that indicates whether and how the DbCommandBuilderBase should retrieve field values adjusted by server after an update. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertyGets or sets the character to be used for the separator between the schema identifier and any other identifiers. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySpecifies whether all column values in an update statement are included or only changed ones. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the DbCommandBuilder. If the field is not included in the list, it will not be updated.  
    Public PropertyGets or sets table name to generate update statements for. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertySpecifies whether the catalog identifier is included in data source object names. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertySpecifies whether the schema identifier is included in data source object names. (Inherited from Devart.Common.DbCommandBuilderBase)
    Top
    See Also