SqlBoolean::Or Method (SqlBoolean, SqlBoolean)
.NET Framework (current version)
Performs a bitwise OR operation on the two specified SqlBoolean structures.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean structure.
- y
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean structure.
Return Value
Type: System.Data.SqlTypes::SqlBooleanA new SqlBoolean structure whose Value is the result of the bitwise OR operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: