CqlParameter Constructor (String, Object) |
Initializes a new instance of the
CqlParameter class.
The type of the parameter will be guessed from the value.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public CqlParameter(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The name. - value
- Type: SystemObject
The value.
See Also