SqlDouble Explicit Conversion (SqlBoolean to SqlDouble)
.NET Framework (current version)
Converts the supplied SqlBoolean parameter to SqlDouble.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
The SqlBoolean to be converted.
Return Value
Type: System.Data.SqlTypes::SqlDoubleA new SqlDouble structure whose Value is either 0 or 1, depending on the ByteValue property of the SqlBoolean parameter. If the SqlBoolean is Null, the SqlDouble structure will be Null.
.NET Framework
Available since 1.1
Available since 1.1
Show: