Table of Contents

Method EncStrEndsWith

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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

input string

The field value.

value string

The suffix to match.

Returns

bool

true if the field value ends with the suffix.