Click or drag to resize

QueryBuilderTDocumentType Method

Overload List
  NameDescription
Public methodTypeTMember(ExpressionFuncTDocument, TMember, BsonType)
Tests that the type of the named element is equal to some type (see $type).
Public methodTypeTMember(ExpressionFuncTDocument, TMember, String)
Tests that the type of the named element is equal to some type (see $type).
Public methodTypeTValue(ExpressionFuncTDocument, IEnumerableTValue, BsonType)
Tests that any of the values in the named array element is equal to some type (see $type).
Public methodTypeTValue(ExpressionFuncTDocument, IEnumerableTValue, String)
Tests that any of the values in the named array element is equal to some type (see $type).
Top
See Also