dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataReader Class / GetSchemaTable() Method

In This Topic
    GetSchemaTable() Method
    In This Topic
    Returns a SQLiteDataReader that describes the column metadata of the SQLiteDataReader.
    Syntax
    'Declaration
     
    Public Overrides Function GetSchemaTable() As DataTable
    public override DataTable GetSchemaTable()

    Return Value

    A System.Data.DataTable that describes the column metadata.
    See Also