this[string]
Gets the parameter with the specified name.
Declaration
IParameterBuilder this[string name] { get; }Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the parameter. |
Property Value
| Type | Description |
|---|---|
| IParameterBuilder | The parameter with the specified name. |