- 补充 Navigate(ManyToMany = typeof(中间表)) 多对多自定义配置;

This commit is contained in:
28810
2019-07-15 18:10:59 +08:00
parent 179b7d9851
commit b62afec7bb
18 changed files with 841 additions and 164 deletions

View File

@ -902,9 +902,7 @@ namespace FreeSql.Internal.CommonProvider
{
string key = null;
if (tbref.Columns.Count == 1)
{
key = _orm.GetEntityValueWithPropertyName(tbref.RefMiddleEntityType, midList[a], tbref.MiddleColumns[0].CsName).ToString();
}
else
{
var sb = new StringBuilder();