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