DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public virtual IndexMetadataCollection<TObjectName, TDbType> GetIndexesForTable( TObjectName tableName )
Public Overridable Function GetIndexesForTable ( _ tableName As TObjectName _ ) As IndexMetadataCollection(Of TObjectName, TDbType)
public: virtual IndexMetadataCollection<TObjectName, TDbType>^ GetIndexesForTable( TObjectName tableName )
Parameters
- tableName
- Type: TObjectName
Name of the table.