SqlMoney Constructor (Double)

 

Initializes a new instance of the SqlMoney class with specified double value.

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

public:
SqlMoney(
	double value
)

Parameters

value
Type: System::Double

The monetary value to initialize.

.NET Framework
Available since 1.1
Return to top
Show: