QueryData Remove Method C# API
Overload List

  NameDescription
Public methodRemove(String)
Removes the first item in the list with the specified name.
Public methodRemove(String, Int32)
Removes the nth item in the list with the specified name.
Public methodRemove(String, String)
Removes the first item in the list with the specified name and value.
Public methodRemove(String, String, Int32)
Removes the nth item in the list with the specified name and value.
Back to Top
See Also