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