DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / GetIndexesSchema Method

In This Topic
    GetIndexesSchema Method (C1ODataConnection)
    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