DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoConnection Class / GetIndexColumns Method

In This Topic
    GetIndexColumns Method (C1MagentoConnection)
    In This Topic
    Retrieve the metadata relatively to the index columns.
    Syntax
    'Declaration
     
    Protected Function GetIndexColumns( _
       ByVal restrictionValues() As String _
    ) As DataTable
    protected DataTable GetIndexColumns( 
       string[] restrictionValues
    )

    Parameters

    restrictionValues
    See Also