OracleBoolean Structure
Represents the value returned from a database comparison operation between Oracle data types, and exposes methods used to perform data type conversions.
For a list of all members of this type, see OracleBoolean Members.
System.Object
System.ValueType
System.Data.OracleClient.OracleBoolean
[Visual Basic] Public Structure OracleBoolean Implements IComparable [C#] public struct OracleBoolean : IComparable [C++] public __value struct OracleBoolean : public IComparable
[JScript] In JScript, you can use the structures in the .NET Framework, but you cannot define your own.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The key difference between an OracleBoolean structure and a standard Boolean value is that a standard Boolean has two possible values, true and false, and an OracleBoolean structure has these possible values: True, False, Null, One, and Zero.
An OracleBoolean structure does not map to an Oracle Boolean data type; it is exposed as a convenience support class.
Requirements
Namespace: System.Data.OracleClient
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Data.Oracleclient (in System.Data.Oracleclient.dll)