Gats all of the indexes for a given table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
IndexSchema[] GetTableIndexes(
	string connectionString,
	TableSchema table
)
Visual Basic
Function GetTableIndexes ( 
	connectionString As String,
	table As TableSchema
) As IndexSchema()

Parameters

connectionString
Type: System..::..String
The connection string used to connect to the target database.
table
Type: SchemaExplorer..::..TableSchema
The table schema.

Return Value

Type: array<IndexSchema>[]()[][]
An array of indexes for a specific table.

See Also