Guest User

Untitled

a guest
Oct 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var filter = Builders<Person>.Filter.Gt(x => x.Age, 25);
  2. var text = collection.Find(filter).ToString();
  3. Console.WriteLine(text);
Add Comment
Please, Sign In to add comment