- 调整 ColumnAttribute IsNullable 对 int/long 等值类型也可生效;#384

This commit is contained in:
28810
2020-07-29 13:19:47 +08:00
parent de86beba4f
commit a8d1db8614
4 changed files with 13 additions and 4 deletions

View File

@ -97,6 +97,8 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
var sql = fsql.CodeFirst.GetComparisonDDLStatements(typeof(EMSServerModel.Model.User), "testxsx001");
var test01 = EMSServerModel.Model.User.Select.IncludeMany(a => a.Roles).ToList();
var test02 = EMSServerModel.Model.UserRole.Select.ToList();
var test01tb = EMSServerModel.Model.User.Orm.CodeFirst.GetTableByEntity(typeof(EMSServerModel.Model.User));