EF查询条件为空怎么写
如图
回答
这个可以通过代码里处理:
if(string.IsNullOrEmpty(picid)){
resulet = dbcontext.TEST_EL_DATA;
}
else
{
resulet= dbcontext.TEST_EL_DATA.Where(it=>item.PICID.Contains(picid));
}
以上是 EF查询条件为空怎么写 的全部内容, 来源链接: utcz.com/a/39483.html
如图
这个可以通过代码里处理:
if(string.IsNullOrEmpty(picid)){
resulet = dbcontext.TEST_EL_DATA;
}
else
{
resulet= dbcontext.TEST_EL_DATA.Where(it=>item.PICID.Contains(picid));
}
以上是 EF查询条件为空怎么写 的全部内容, 来源链接: utcz.com/a/39483.html