dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / SchemaTable Property

In This Topic
    SchemaTable Property
    In This Topic
    Gets the schema table corresponding to the SelectCommand query.
    Syntax
    'Declaration
     
    Public ReadOnly Property SchemaTable As DataTable
    public DataTable SchemaTable {get;}

    Property Value

    The schema table corresponding to the SelectCommand query.
    Remarks
    This property is available after executing Open, Fill, or FillPage.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also