ignoreCase
Gets the case sensitivity option for string operations.
This option is used by operators like CONTAINS, STARTS_WITH, and ENDS_WITH to determine whether string comparisons should be case-sensitive or case-insensitive.
Return
true if case-insensitive matching should be used, false for case-sensitive, null if not specified.