Click or drag to resize
CqlParameterCollectionRemoveAt Method
Overload List
  NameDescription
Public methodRemoveAt(Int32)
Removes the DbParameter object at the specified from the collection.
(Overrides DbParameterCollectionRemoveAt(Int32).)
Public methodRemoveAt(String)
Removes the DbParameter object with the specified name from the collection.
(Overrides DbParameterCollectionRemoveAt(String).)
Top
See Also