dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommandBuilder Class

In This Topic
    SQLiteCommandBuilder Class Properties
    In This Topic

    For a list of all members of this type, see SQLiteCommandBuilder 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 PropertyGets or sets a SQLiteDataAdapter object for which this SQLiteCommandBuilder object will generate SQL statements.  
    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. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public PropertyOverridden. Gets or sets list of fields whose values should be retrieved after a DML statement execution.  
    Public PropertyThis feature is not supported in dotConnect for SQLite. (Inherited from Devart.Common.DbCommandBuilderBase)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Gets or sets list of fields to modify.  
    Public Property

    Gets or sets table name to generate update statements for.

     
    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