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

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

    Parameters

    restrictionValues
    See Also