SqlInt64 Explicit Conversion (SqlBoolean to SqlInt64)
.NET Framework (current version)
Converts the supplied SqlBoolean parameter to SqlInt64.
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::SqlInt64A new SqlInt64 structure whose Value property is equal to the ByteValue of the SqlBoolean parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: