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

Syntax

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

Parameters

connectionString
Type: System..::..String
table
Type: SchemaExplorer..::..TableSchema

Return Value

Type: array<IndexSchema>[]()[][]

Implements

IDbSchemaProvider..::..GetTableIndexes(String, TableSchema)

See Also