OracleBoolean Structure
Represents the value returned from a database comparison operation between Oracle data types, and exposes methods used to perform data type conversions.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
The key difference between an OracleBoolean structure and a standard Boolean value is that, where a standard Boolean has two possible values, true and false, an OracleBoolean structure has three possible values, True, False, or Null.
An OracleBoolean structure does not map to an Oracle Boolean data type; it is exposed as a convenience support class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.