mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-26 21:38:32 +08:00
-
This commit is contained in:
@@ -44,6 +44,11 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
SetTable<T>(key,value, null,null);
|
SetTable<T>(key,value, null,null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool Any()
|
||||||
|
{
|
||||||
|
return SqlFuncExtendsion.TableInfos.Any();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ConfigTableInfo
|
public class ConfigTableInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user