MySqlMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public IndexMetadataCollection<MySqlObjectName, MySqlDbType> GetIndexesForTable( MySqlObjectName tableName )
Public Function GetIndexesForTable ( _ tableName As MySqlObjectName _ ) As IndexMetadataCollection(Of MySqlObjectName, MySqlDbType)
public: IndexMetadataCollection<MySqlObjectName^, MySqlDbType^>^ GetIndexesForTable( MySqlObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.MySql..::..MySqlObjectName
Name of the table.