SqlDecimal Implicit Conversion (Decimal to SqlDecimal)

 

Converts the Decimal value to SqlDecimal.

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

public:
static operator SqlDecimal (
	Decimal x
)

Parameters

x
Type: System::Decimal

The Decimal value to be converted.

Return Value

Type: System.Data.SqlTypes::SqlDecimal

A new SqlDecimal structure whose Value property equals the value of the Decimal parameter.

.NET Framework
Available since 1.1
Return to top
Show: