Gets the command parameters.
Namespace: SimolAssembly: 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 (); } |