Class Mql
Contains methods that can be used to access MongoDB specific functionality in LINQ queries.
- Inheritance
-
Mql
- Inherited Members
Methods
- Date
From String(string) Converts a string to a DateTime using the $dateFromString aggregation operator.
- Date
From String(string, string) Converts a string to a DateTime using the $dateFromString aggregation operator.
- Date
From String(string, string, string) Converts a string to a DateTime using the $dateFromString aggregation operator.
- Date
From String(string, string, string, Date Time?, Date Time?) Converts a string to a DateTime using the $dateFromString aggregation operator.
- Exists<TField>(TField)
Tests whether a field exists.
- IsMissing<TField>(TField)
Tests whether a field is missing.
- IsNullOrMissing<TField>(TField)
Tests whether a field is null or missing.