Method EncStrEndsWith
EncStrEndsWith(string, string)
Translates to the "$encStrEndsWith" aggregation expression operator for use in LINQ queries against QE-encrypted string fields.
public static bool EncStrEndsWith(string input, string value)
Parameters
Returns
- bool
trueif the field value ends with the suffix.