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