Represents a boolean stored in or retrieved from a database.
[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.
The actual value of the boolean is stored in Value and can be set to any of the following True, False, or Null.
Namespace: System.Data.SQLTypes
Assembly: System.Data.dll