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

PostgreSqlMetadataCache..::..GetIndexesForTable Method

Gets the indexes for a table.

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

Syntax


[EditorBrowsableAttribute]
public IndexMetadataCollection<PostgreSqlObjectName, NpgsqlDbType> GetIndexesForTable(
	PostgreSqlObjectName tableName
)
<EditorBrowsableAttribute> _
Public Function GetIndexesForTable ( _
	tableName As PostgreSqlObjectName _
) As IndexMetadataCollection(Of PostgreSqlObjectName, NpgsqlDbType)
[EditorBrowsableAttribute]
public:
IndexMetadataCollection<PostgreSqlObjectName^, NpgsqlDbType^>^ GetIndexesForTable(
	PostgreSqlObjectName^ tableName
)

Parameters

tableName
Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.

Return Value

Remarks


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