SqlDouble Implicit Conversion (SqlDecimal to SqlDouble)
.NET Framework (current version)
Converts the supplied SqlDecimal parameter to SqlDouble.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDecimal
A SqlDecimal structure.
Return Value
Type: System.Data.SqlTypes::SqlDoubleA new SqlDouble structure whose Value is equal to the Value of the SqlDecimal parameter. If the SqlDecimal is Null, the SqlDouble structure will be Null.
.NET Framework
Available since 1.1
Available since 1.1
Show: