dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommandBuilder Class / SQLiteCommandBuilder Constructor / SQLiteCommandBuilder Constructor()

In This Topic
    SQLiteCommandBuilder Constructor()
    In This Topic
    Initializes a new instance of the SQLiteCommandBuilder class.
    Syntax
    'Declaration
     
    Public Function New()
    public SQLiteCommandBuilder()
    Remarks
    The base constructor initializes all fields to their default values.
    See Also