dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataSet Class / CreateDataTable Method

On this page
    CreateDataTable Method (SQLiteDataSet)
    On this page
    Creates and returns new SQLiteDataTable object.
    Syntax
    'Declaration
     
    Public Overrides Function CreateDataTable() As DbDataTable
    public override DbDataTable CreateDataTable()

    Return Value

    The new SQLiteDataTable object.
    See Also