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

In This Topic
    IsFalse Property
    In This Topic
    Indicates whether the current Value value is false.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFalse As Boolean
    public bool IsFalse {get;}

    Property Value

    true if the Value is false; otherwise, false.
    Remarks
    If the Value is Null, this property still is false.
    See Also