dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Value Property

In This Topic
    Value Property (OracleBoolean)
    In This Topic
    Gets the value of the OracleBoolean structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Boolean
    public bool Value {get;}

    Property Value

    The value of the OracleBoolean structure.
    Remarks
    Check the IsNull property before reading the Value property to avoid raising an exception.
    See Also