Npgsql Api Docs
BitString Ones Complement Operator
Performs a logical NOT on the operand.
[Visual Basic]
returnValue =
BitString.op_OnesComplement(x)
[C#]
public static
BitString
operator ~(
BitString
x
);
See Also
BitString Class
|
NpgsqlTypes Namespace