Click or drag to resize
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.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
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

IDataParameterValue
See Also