📄️ Is Type
The IsType method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is the specified type.
📄️ Is String
The IsString method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is a string.
📄️ Is Null
The IsNull method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is null.
📄️ Is Boolean
The IsBoolean method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is boolean.
📄️ Is Int32
The IsInt32 method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is int32.
📄️ Is Int64
The IsInt64 method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is int64.
📄️ Is Double
The IsDouble method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is double.
📄️ Is Array
The IsArray method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is an array.
📄️ Is Binary
The IsBinary method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is binary.
📄️ Is Undefined
The IsUndefined method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is undefined.
📄️ Is Object ID
The IsObjectID method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is an object ID.
📄️ Is Datetime
The IsDateTime method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is of type datetime.
📄️ Is Regex
The IsRegex method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is a regex.
📄️ Is DB Pointer
The IsDBPointer method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is a db pointer.
📄️ Is Symbol
The IsSymbol method is chained to the Where method and is used to filter the results of a query to only include documents where the specified field is a symbol.