dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure
Members

In This Topic
    OracleBoolean Structure
    In This Topic
    Represents a Boolean value.
    Syntax
    Remarks
    Corresponds to the server PL/SQL BOOLEAN type and the BOOL data type. To obtain an OracleBoolean object call the Devart.Data.Oracle.OracleDataReader.GetOracleBoolean method of the OracleDataReader class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.Oracle.OracleBoolean

    See Also