Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SQLiteMetadataCache..::..GetIndexesForTable Method

Gets the indexes for a table.

Namespace:  Tortuga.Chain.SQLite
Assembly:  Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)

Syntax


<EditorBrowsableAttribute> _
Public Function GetIndexesForTable ( _
	tableName As SQLiteObjectName _
) As IndexMetadataCollection(Of SQLiteObjectName, DbType)

Parameters

tableName
Type: Tortuga.Chain.SQLite..::..SQLiteObjectName
Name of the table.

Return Value

Remarks


This should be read from a TableOrViewMetadata object. Do not call this method directly.