Gets schema information about the results of a given command.

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

Syntax

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

Parameters

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

Return Value

Type: array<CommandResultSchema>[]()[][]
An array of command results.

See Also