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