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

On this page
    OracleBoolean Structure
    On this page
    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