我想在 ef codefirst 中向 linq 添加一些条件(在哪里)。
using (var context = new Context())
{
var u= context.Users;
**u.where(my where condition)**
}
有什么方法可以让我进入所有选择,例如:BeforeSelected?
谢谢
我想在 ef codefirst 中向 linq 添加一些条件(在哪里)。
using (var context = new Context())
{
var u= context.Users;
**u.where(my where condition)**
}
有什么方法可以让我进入所有选择,例如:BeforeSelected?
谢谢