Table of Contents

Method EncStrStartsWith

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

EncStrStartsWith(string, string)

Translates to the "$encStrStartsWith" aggregation expression operator for use in LINQ queries against QE-encrypted string fields.

public static bool EncStrStartsWith(string input, string value)

Parameters

input string

The field value.

value string

The prefix to match.

Returns

bool

true if the field value starts with the prefix.