v3.2.806-preview20231212

This commit is contained in:
2881099
2023-12-11 16:58:35 +08:00
parent 4155596933
commit a1b55508a8
33 changed files with 149 additions and 36 deletions

View File

@ -619,11 +619,12 @@ namespace base_entity
fsql.CodeFirst.GetTableByEntity(typeof(AsTableLog)).AsTableImpl
.SetTableName(0, "AsTableLog1")
.SetTableName(1, "AsTableLog2")
.SetDefaultAllTables(value =>
{
if (value.Length > 3) return value.Take(3).ToArray();
return value;
});
//.SetDefaultAllTables(value =>
//{
// if (value.Length > 3) return value.Take(3).ToArray();
// return value;
//})
;
var testitems = new[]
{