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