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

On this page
    IsCaseIgnored Property (OracleJson)
    On this page
    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