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 Structure

Represents a boolean stored in or retrieved from a database.

Object
   ValueType
      SQLBoolean

[Visual Basic]
Public Structure SQLBoolean
   Implements INullable
[C#]
public struct SQLBoolean : INullable
[C++]
public __value struct SQLBoolean : public INullable

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

The actual value of the boolean is stored in Value and can be set to any of the following True, False, or Null.

Requirements

Namespace: System.Data.SQLTypes

Assembly: System.Data.dll

See Also

SQLBoolean Members | System.Data.SQLTypes Namespace