DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnection Class / GetSchema Method / GetSchema() Method

In This Topic
    GetSchema() Method
    In This Topic
    Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase.
    Syntax
    'Declaration
     
    Public Overloads Function GetSchema() As DataTable
    public DataTable GetSchema()

    Return Value

    A System.Data.DataTable that contains schema information.
    See Also