Npgsql Api Docs

BitString.Not Method 

A bitstring that is the logical inverse of this one.

[Visual Basic]
Public Function Not() As BitString
[C#]
public BitString Not();

Return Value

A bitstring of the same length as this with 1 where this has 0 and vice-versa.

See Also

BitString Class | NpgsqlTypes Namespace