| 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.6.0
Syntaxpublic override Object Value { get; set; }Return Value
Type: 
Object
            An 
Object that is the value of the parameter.
            The default value is null.
            
Implements
IDataParameterValue
See Also