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