dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / IsCaseIgnored Property

In This Topic
    IsCaseIgnored Property (OracleJson)
    In This Topic
    Specifies whether case should be ignored in the comparison. The default value is false.
    Syntax
    'Declaration
     
    Public Property IsCaseIgnored As Boolean
    public bool IsCaseIgnored {get; set;}

    Property Value

    true if case shoud be ignored in the comparison; otherwise, false.
    See Also