CqlParameterValue Property |
Gets or sets the value of the parameter.
If no type information was provided earlier, the type of the parameter will be
guessed from the value's type.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override Object Value { get; set; }
Return Value
Type:
Object
An
Object that is the value of the parameter.
The default value is null.
Implements
IDataParameterValueSee Also