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

Syntax

C#
public CommandResultSchema[] GetCommandResultSchemas(
	string connectionString,
	CommandSchema command
)
Visual Basic
Public Function GetCommandResultSchemas ( 
	connectionString As String,
	command As CommandSchema
) As CommandResultSchema()

Parameters

connectionString
Type: System..::..String
command
Type: SchemaExplorer..::..CommandSchema

Return Value

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

Implements

IDbSchemaProvider..::..GetCommandResultSchemas(String, CommandSchema)

See Also