mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Get mssql databases support specially configured
This commit is contained in:
parent
66837ac18a
commit
c39e67afd7
@ -12,7 +12,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "SELECT NAME FROM MASTER.DBO.SYSDATABASES ORDER BY NAME";
|
||||
return "SELECT NAME FROM master.dbo.sysdatabases ORDER BY NAME";
|
||||
}
|
||||
}
|
||||
protected override string GetColumnInfosByTableNameSql
|
||||
|
Loading…
Reference in New Issue
Block a user