12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user