mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
Update 人大金仓
This commit is contained in:
@@ -99,6 +99,10 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsSqlServerModel())
|
||||
{
|
||||
return "select table_name as name from information_schema.tables where table_type='VIEW' and lower(table_schema) ='" + GetSchema() + "' ";
|
||||
}
|
||||
return @"select table_name as name from information_schema.views where lower(table_schema) ='" + GetSchema() + "' ";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user