|
|
ParametersValue Method |
| Name | Description | |
|---|---|---|
|
|
Value(Int32) | Gets value of parameter at specified index, if the index is valid. |
|
|
Value(String) | Gets value of parameter with specified name, if name is found. |
|
|
ValueT(Int32) | Gets typed value of parameter at specified index, if the index is valid and the value can be cast as type. |
|
|
ValueT(String) | Gets typed value of parameter with specified name, if name is found and the value can be cast as type. |