TechTalk Genome v4.2

NullableBoolean Bitwise Or Operator 

Performs a bitwise OR operation on the two specified SqlBoolean structures.

public static NullableBoolean operator |(
   NullableBoolean x,
   NullableBoolean y
);

Parameters

x
A NullableBoolean structure.
y
A NullableBoolean structure.

Return Value

True if either instance of NullableBoolean is True, False if both instances are False otherwise Null .

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace