Property QueryType
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
QueryType
Gets the query type.
public string QueryType { get; }
Property Value
- string
The query type.
Remarks
Currently, we only support "equality", "range", "prefixPreview", "suffixPreview" or "substringPreview" queryTypes.