AccessMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.AccessAssembly: Tortuga.Chain.Access (in Tortuga.Chain.Access.dll)
Syntax
public IndexMetadataCollection<AccessObjectName, OleDbType> GetIndexesForTable( AccessObjectName tableName )
Public Function GetIndexesForTable ( _ tableName As AccessObjectName _ ) As IndexMetadataCollection(Of AccessObjectName, OleDbType)
public: IndexMetadataCollection<AccessObjectName^, OleDbType^>^ GetIndexesForTable( AccessObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.Access..::..AccessObjectName
Name of the table.