LINQKit

De Banane Atomic
Aller à la navigationAller à la recherche

Links

AsExpandable

Csharp.svg
Expression<Func<User, bool>> expression = x => x.Name.EndsWith("2");
context.Users.Where(expression); // works fine !