CqlParameterCollectionAdd Method (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.
            
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic CqlParameter Add(
	string name,
	Object value
)
Parameters
- name
 - Type: SystemString
The name. - value
 - Type: SystemObject
The value. 
Return Value
Type: 
CqlParameterThe created 
CqlParameter.
See Also