是否可以使用自定义方法在查询中例如:
var result = from u in context.MyTable where MyMethod(u) == 10 select u;
c# linq linq-to-sql
c# ×1
linq ×1
linq-to-sql ×1