PredicateExtensionMethodsCaseInsensitive Method |
Name | Description | |
---|---|---|
CaseInsensitive(FieldCompareValuePredicate) |
Makes the predicate a case-insensitive comparison by using the UPPER() function on the value to compare to the pattern specified in the predicate.
Make sure the predicate's value is specified with uppercase characters. Only useful on case-sensitive collations.
| |
CaseInsensitive(FieldLikePredicate) |
Makes the predicate a case-insensitive comparison by using the UPPER() function on the value to compare to the pattern specified in the predicate.
Make sure the predicate's pattern is specified with uppercase characters. Only useful on case-sensitive collations.
|