QueryTDocumentType Method |
| Name | Description | |
|---|---|---|
| TypeTValue(ExpressionFuncTDocument, IEnumerableTValue, BsonType) |
Tests that any of the values in the named array element is equal to some type (see $type).
| |
| TypeTValue(ExpressionFuncTDocument, IEnumerableTValue, String) |
Tests that any of the values in the named array element is equal to some type (see $type).
| |
| TypeTMember(ExpressionFuncTDocument, TMember, BsonType) |
Tests that the type of the named element is equal to some type (see $type).
| |
| TypeTMember(ExpressionFuncTDocument, TMember, String) |
Tests that the type of the named element is equal to some type (see $type).
|