mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 补充 Navigate(ManyToMany = typeof(中间表)) 多对多自定义配置;
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user