PostgreSqlMetadataCache..::..GetIndexesForTable Method
Gets the indexes for a table.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public IndexMetadataCollection<PostgreSqlObjectName, NpgsqlDbType> GetIndexesForTable( PostgreSqlObjectName tableName )
Public Function GetIndexesForTable ( _ tableName As PostgreSqlObjectName _ ) As IndexMetadataCollection(Of PostgreSqlObjectName, NpgsqlDbType)
public: IndexMetadataCollection<PostgreSqlObjectName^, NpgsqlDbType^>^ GetIndexesForTable( PostgreSqlObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.