DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineConnection Class / GetIndexesSchema Method

In This Topic
    GetIndexesSchema Method (C1QuickBooksOnlineConnection)
    In This Topic
    Retrieve the metadata relatively to the indexes.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function GetIndexesSchema( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected override DataTable GetIndexesSchema( 
       string[] restrictionValues
    )

    Parameters

    restrictionValues
    See Also