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
[EditorBrowsableAttribute] public virtual IndexMetadataCollection<TObjectName, TDbType> GetIndexesForTable( TObjectName tableName )
<EditorBrowsableAttribute> _ Public Overridable Function GetIndexesForTable ( _ tableName As TObjectName _ ) As IndexMetadataCollection(Of TObjectName, TDbType)
[EditorBrowsableAttribute] public: virtual IndexMetadataCollection<TObjectName, TDbType>^ GetIndexesForTable( TObjectName tableName )
Parameters
- tableName
- Type: TObjectName
Name of the table.