Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

MySqlMetadataCache..::..GetIndexesForTable Method

Gets the indexes for a table.

Namespace:  Tortuga.Chain.MySql
Assembly:  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.

Return Value

Remarks


This should be cached on a TableOrViewMetadata object.