Public Function GetIndexesForTable( _ ByVal tableName As String _ ) As List(Of Index)
Dim instance As VistaDb5Net20Provider Dim tableName As String Dim value As List(Of Index) value = instance.GetIndexesForTable(tableName)
public List<Index> GetIndexesForTable( string tableName )
public: List<Index*>* GetIndexesForTable( string* tableName )
public: List<Index^>^ GetIndexesForTable( String^ tableName )
Parameters
- tableName