DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase Class / GetDataSourceInformationSchema Method

In This Topic
    GetDataSourceInformationSchema Method (C1ConnectionBase)
    In This Topic
    Retrieve the metadata relatively to the dataSource informations.
    Syntax
    'Declaration
     
    Protected Overridable Function GetDataSourceInformationSchema() As DataTable
    protected virtual DataTable GetDataSourceInformationSchema()
    See Also