Gets the command parameters.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public IList<CommandParameter> Parameters { get; }
Visual Basic
Public ReadOnly Property Parameters As IList(Of CommandParameter)
	Get
Visual C++
public:
property IList<CommandParameter^>^ Parameters {
	IList<CommandParameter^>^ get ();
}

Field Value

The parameters.

See Also