SqlDecimal Constructor (Decimal)

 

Initializes a new instance of the SqlDecimal structure using the supplied Decimal value.

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

public:
SqlDecimal(
	Decimal value
)

Parameters

value
Type: System::Decimal

The Decimal value to be stored as a SqlDecimal structure.

.NET Framework
Available since 1.1
Return to top
Show: