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

