From ce1e098d74641c3c1974c8c87172567d9e5aa0ed Mon Sep 17 00:00:00 2001 From: sunkaixuna <610262374@qq.com> Date: Sat, 24 Apr 2021 13:05:21 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlSugar/Entities/ConfigQuery.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Src/Asp.Net/SqlSugar/Entities/ConfigQuery.cs b/Src/Asp.Net/SqlSugar/Entities/ConfigQuery.cs index 7db75c875..7b17d840d 100644 --- a/Src/Asp.Net/SqlSugar/Entities/ConfigQuery.cs +++ b/Src/Asp.Net/SqlSugar/Entities/ConfigQuery.cs @@ -44,6 +44,11 @@ namespace SqlSugar { SetTable(key,value, null,null); } + + public bool Any() + { + return SqlFuncExtendsion.TableInfos.Any(); + } } public class ConfigTableInfo