Click or drag to resize
CqlParameterCollection.IndexOf Method
Overload List
  NameDescription
Public methodIndexOf(Object)
Returns the index of the specified DbParameter object.
(Overrides DbParameterCollection.IndexOf(Object).)
Public methodIndexOf(String)
Returns the index of the DbParameter object with the specified name.
(Overrides DbParameterCollection.IndexOf(String).)
Top
See Also