Click or drag to resize

QueryIn Method

Overload List
 NameDescription
Public methodStatic memberIn(String, BsonArray) Returns all documents that has value in values list (IN)
Public methodStatic memberIn(String, BsonValue) Returns all documents that has value in values list (IN)
Public methodStatic memberIn(String, IEnumerableBsonValue) Returns all documents that has value in values list (IN)
Top
See Also