LINQKit
De Banane Atomic
Aller à la navigationAller à la recherche
Links
- LINQKit on GitHub
AsExpandable
Expression<Func<User, bool>> expression = x => x.Name.EndsWith("2"); context.Users.Where(expression); // works fine ! |