- 增加 IAdo.GetDbParamtersByObject 方法获取 DbParameter[];

This commit is contained in:
28810
2020-08-17 13:59:27 +08:00
parent 7dd8eacce3
commit f43d42bc2e
6 changed files with 40 additions and 2 deletions

View File

@ -102,6 +102,12 @@ namespace base_entity
var names = (fsql.Select<object>() as Select0Provider)._commonUtils.SplitTableName("`Backups.ProductStockBak`");
var dbparams = fsql.Ado.GetDbParamtersByObject(new { id = 1, name = "xxx" });
var sql = fsql.CodeFirst.GetComparisonDDLStatements(typeof(EMSServerModel.Model.User), "testxsx001");
var test01 = EMSServerModel.Model.User.Select.IncludeMany(a => a.Roles).ToList();