コード例 #1
0
 public Specification <T> Where(Expression <Func <T, bool> > expression)
 {
     // TODO: Analyze the expression to determine if it could be evaluated server-side
     ClientCriteria.Add(expression);
     return(this);
 }