NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLBoolean Operators and Type Conversions

The operators and type conversions of the SQLBoolean structure are listed below. For a complete list of SQLBoolean structure members, see the SQLBoolean Members topic.

Public:

Bitwise And Operator Performs a bitwise AND operation on two instances of SQLBoolean.
Bitwise Or Operator Performs a bitwise OR operation on two instances of a SQLBoolean.
False Operator [To be supplied.]
Negation Operator Performs a NOT operation on a SQLBoolean.
True Operator [To be supplied.]
SQLBoolean to Boolean Conversion [To be supplied.]
Boolean to SQLBoolean Conversion [To be supplied.]

See Also

SQLBoolean Structure | System.Data.SQLTypes Namespace