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:
Dse.Data
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public 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