Click or drag to resize
CqlParameterCollection.Add Method
Overload List
  NameDescription
Public methodAdd(Object)
Adds the specified DbParameter object to the DbParameterCollection.
(Overrides DbParameterCollection.Add(Object).)
Public methodAdd(CqlParameter)
Adds the specified parameter.
Public methodAdd(String, Object)
Adds a new parameter with the specified name and value. The name will be parsed to extract table and keyspace information (if any). The parameter type will be guessed from the object value.
Top
See Also