SqlDouble::Value Property

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property double Value {
	double get();
}

Property Value

Type: System::Double

The value of the SqlDouble structure.

.NET Framework
Available since 1.1
Return to top
Show: