SqlByte Explicit Conversion (SqlBoolean to SqlByte)
.NET Framework (current version)
Converts the SqlBoolean parameter to a SqlByte.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
The SqlBoolean parameter to be converted to a SqlByte.
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte whose Value property equals the ByteValue of the supplied SqlBoolean parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: