Click or drag to resize
Grid Solutions Framework

ParametersValue Method

Overload List
  Name Description
Public method Value(Int32) Gets value of parameter at specified index, if the index is valid.
Public method Value(String) Gets value of parameter with specified name, if name is found.
Public method ValueT(Int32) Gets typed value of parameter at specified index, if the index is valid and the value can be cast as type.
Public method ValueT(String) Gets typed value of parameter with specified name, if name is found and the value can be cast as type.
Top
See Also