Gets the parameters for a given command.

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

Syntax

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

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<ParameterSchema>[]()[][]
An array of parameters.

See Also