Guest User

Untitled

a guest
Oct 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var projection = projectionAction(Builders<collection>.Projection);
  2. var cursor = collection.Find(x => Ids.Contains(x.Id)).Project<collection>(projection).ToCursor();
  3. return cursor.ToEnumerable();
Add Comment
Please, Sign In to add comment