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 Members

Public:

Constructor

SQLBoolean Constructor Initializes a new instance of the SQLBoolean class.

Properties

IsFalse Gets whether the current Value is False.
IsNull Gets whether the current Value is Null.
IsTrue Gets whether the current Value is True.
Value Gets or sets the SQLBoolean to be true or false.

Methods

Equals (inherited from ValueType) Indicates whether this instance and another object are equal.
GetHashCode (inherited from ValueType) Returns the hash code for this instance.
GetType (inherited from Object) Gets the Type of the Object.
ToString Converts the current Value to a string.

Operators and Type Conversions

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.]

Fields

False Represents a false value that can be assigned to the Value property of an instance of the SQLBoolean class.
Null Represents a null value that can be assigned to the Value property of an instance of the SQLBoolean class.
True Represents a true value that can be assigned to the Value property of an instance of the SQLBoolean class.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SQLBoolean Structure | System.Data.SQLTypes Namespace