mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 21:53:04 +08:00
code format fix
This commit is contained in:
@@ -136,7 +136,8 @@ namespace SqlSugar
|
||||
return Context.Queryable<T>().Where(whereExpression).Any();
|
||||
}
|
||||
public int Count(Expression<Func<T,bool>> whereExpression){
|
||||
return Context.Queryable<T>().Where(whereExpression).Count();
|
||||
|
||||
return Context.Queryable<T>().Where(whereExpression).Count();
|
||||
}
|
||||
|
||||
public bool Insert(T insertObj)
|
||||
|
||||
Reference in New Issue
Block a user