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