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