Exemplo n.º 1
0
 public override bool CanTranslateToSql(DbMemberExpression exp)
 {
     return(_toTranslateMembers.Exists(exp.Member));
 }