SQLiteMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.SQLiteAssembly: Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)
Syntax
public IndexMetadataCollection<SQLiteObjectName, DbType> GetIndexesForTable( SQLiteObjectName tableName )
Public Function GetIndexesForTable ( _ tableName As SQLiteObjectName _ ) As IndexMetadataCollection(Of SQLiteObjectName, DbType)
public: IndexMetadataCollection<SQLiteObjectName^, DbType^>^ GetIndexesForTable( SQLiteObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.SQLite..::..SQLiteObjectName
Name of the table.