SqlDouble.Value Property

Definition

Gets the value of the SqlDouble structure. This property is read-only.

public:
 property double Value { double get(); };
public double Value { get; }
member this.Value : double
Public ReadOnly Property Value As Double

Property Value

The value of the SqlDouble structure.

Applies to

See also