Function GetIndexesForTable( _ ByVal tableName As String _ ) As List(Of Index)
Dim instance As IDataHelper Dim tableName As String Dim value As List(Of Index) value = instance.GetIndexesForTable(tableName)
List<Index> GetIndexesForTable( string tableName )
List<Index*>* GetIndexesForTable( string* tableName )
List<Index^>^ GetIndexesForTable( String^ tableName )
Parameters
- tableName
- Name of the table.
Return Value
List<Index>.