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