MongoDB Norm query nested objects

Posted by Howard on Stack Overflow See other posts from Stack Overflow or by Howard
Published on 2010-05-24T22:27:14Z Indexed on 2010/05/24 22:31 UTC
Read the original article Hit count: 457

Filed under:
|

Does anyone have a sample of how to query for nested/inner objects in MongoDB using NORM (C#)? For example, if a typical document in a collection looks like Order/OrderItems, how can I look up a specific OrderItem by OrderItem.Quantity > 10.

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about mongodb-csharp