SqlInt64::BitwiseOr Operator (SqlInt64, SqlInt64)
.NET Framework (current version)
Computes the bitwise OR of its two SqlInt64 operands.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 structure.
- y
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt64A SqlInt64 structure that contains the results of the bitwise OR operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: