This commit is contained in:
2025-07-12 16:58:00 +08:00
parent 99bbfe3c95
commit 99b9a65b3c
19 changed files with 366 additions and 39 deletions

View File

@@ -13,6 +13,7 @@ namespace SqlSugar
get
{
return "SELECT NAME FROM MASTER.DBO.SYSDATABASES ORDER BY NAME";
//return "SELECT name FROM sys.objects WHERE type = 'V' ORDER BY name";
}
}
protected override string GetColumnInfosByTableNameSql