SqlServerMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
[EditorBrowsableAttribute] public IndexMetadataCollection<SqlServerObjectName, SqlDbType> GetIndexesForTable( SqlServerObjectName tableName )
<EditorBrowsableAttribute> _ Public Function GetIndexesForTable ( _ tableName As SqlServerObjectName _ ) As IndexMetadataCollection(Of SqlServerObjectName, SqlDbType)
[EditorBrowsableAttribute] public: IndexMetadataCollection<SqlServerObjectName^, SqlDbType^>^ GetIndexesForTable( SqlServerObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.SqlServer..::..SqlServerObjectName
Name of the table.

