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

Syntax

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

Parameters

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

Return Value

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

Implements

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

See Also