Overload List

  Name Description
Public method CommandParameter(String, Object)
Initializes a new instance of the CommandParameter class using the same value for Name and PropertyName.
Public method CommandParameter(String, String, IList)
Initializes a new instance of the CommandParameter class allowing different values for Name and PropertyName and a list of values.
Public method CommandParameter(String, String, Object)
Initializes a new instance of the CommandParameter class allowing different values for Name and PropertyName.

See Also