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

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

    Property Value

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