VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / GetSchema Method


In This Topic
    GetSchema Method
    In This Topic
    Returns schema information for the data source of this System.Data.Common.DbConnection. Returns schema information for the data source of this VistaDBConnection. See the MSDN Topic "Understanding the Common Schema Collections" for in depth information about Schema collections.
    Overload List
    OverloadDescription
    Returns schema information for the data source of this System.Data.Common.DbConnection. Returns schema information for the data source of this VistaDBConnection. See the MSDN Topic "Understanding the Common Schema Collections" for in depth information about Schema collections.  
    Returns schema information for the data source of this System.Data.Common.DbConnection using the specified string for the schema name. Returns schema information of the data source of this VistaDBConnection for the specified schema collectionName and applying no restriction values. (Example collections: "RESERVEDWORDS", "COLUMNS", "DATATYPES", "VIEWS", "FOREIGNKEYS")  
    Returns schema information for the data source of this System.Data.Common.DbConnection using the specified string for the schema name and the specified string array for the restriction values. Returns schema information of the data source of this VistaDBConnection for the specified schema collectionnName and applying an array of optional restriction values. (Example collections: "RESERVEDWORDS", "COLUMNS", "DATATYPES", "VIEWS", "FOREIGNKEYS")  
    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