DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnection Class / GetSchema Method / GetSchema() Method

In This Topic
    GetSchema() Method
    In This Topic
    Returns schema information for the data source of this System.Data.Common.DbConnection.
    Syntax
    'Declaration
     
    Public Overloads Function GetSchema() As DataTable
    public DataTable GetSchema()
    See Also