Get a description of the given table's indices and statistics.
Namespace: NHibernate.Dialect.SchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
DataTable GetIndexColumns( string catalog, string schemaPattern, string tableName, string indexName ) |
Visual Basic |
---|
Function GetIndexColumns ( _ catalog As String, _ schemaPattern As String, _ tableName As String, _ indexName As String _ ) As DataTable |
Visual C++ |
---|
DataTable^ GetIndexColumns( String^ catalog, String^ schemaPattern, String^ tableName, String^ indexName ) |
Parameters
- catalog
- Type: System..::..String
A catalog, retrieves those without a catalog
- schemaPattern
- Type: System..::..String
Schema pattern, retrieves those without the schema
- tableName
- Type: System..::..String
A table name pattern
- indexName
- Type: System..::..String
The name of the index
Return Value
A description of the table's indices availableRemarks
The result is relative to the schema collections "IndexColumns".