SqlDecimal Implicit Conversion (Decimal to SqlDecimal)
.NET Framework (current version)
Converts the Decimal value to SqlDecimal.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Decimal
The Decimal value to be converted.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose Value property equals the value of the Decimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: