PostgreSqlMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: 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.

