Esempio n. 1
0
 public List <P> GetAndProjectEmbeddedDocuments <T, P>(BsonDocument[] pipeline, IMongoDBStateContext stateContext = null) where T : class
 {
     return(context.FindAndProjectEmbeddedDocuments <T, P>(pipeline, stateContext));
 }