Npgsql Api Docs
BitString Bitwise Or Operator
Performs a logcial OR on the two operands.
[Visual Basic]
returnValue =
BitString.op_BitwiseOr(x, y)
[C#]
public static
BitString
operator |(
BitString
x
,
BitString
y
);
See Also
BitString Class
|
NpgsqlTypes Namespace