Click or drag to resize

PredicateExtensionMethodsCaseInsensitive Method

Overload List
  NameDescription
Public methodStatic memberCaseInsensitive(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.
Public methodStatic memberCaseInsensitive(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.
Top
See Also