コード例 #1
0
 public List <P> GetAndProjectMany <T, P>(Expression <Func <T, P> > projectionParameter, Expression <Func <T, bool> > searchParameters, IMongoDBStateContext stateContext = null) where T : class
 {
     return(context.FindAndProjectMany <T, P>(projectionParameter, searchParameters, stateContext));
 }