mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update core
This commit is contained in:
@@ -829,7 +829,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public virtual bool Any()
|
public virtual bool Any()
|
||||||
{
|
{
|
||||||
return this.Select("1").First()!=null;
|
return this.Select("1").ToList().Count() > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual ISugarQueryable<TResult> Select<TResult>(Expression<Func<T, TResult>> expression)
|
public virtual ISugarQueryable<TResult> Select<TResult>(Expression<Func<T, TResult>> expression)
|
||||||
|
Reference in New Issue
Block a user