You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dear,
exception While trying to use context.UpdateGraph
ex: context.UpdateGraph(UpdatedWF, map => map.OwnedCollection(x => x.contexts));
i have this error : ambiguos match found - when calling :GetPrimaryKeyFieldsFor function at
return metadata.KeyMembers
.Select(k => entityType.GetProperty(k.Name, BindingFlags.Instance | BindingFlags.NonPublic BindingFlags.Public))
.ToList();
line
The text was updated successfully, but these errors were encountered:
dear,
exception While trying to use context.UpdateGraph
ex: context.UpdateGraph(UpdatedWF, map => map.OwnedCollection(x => x.contexts));
i have this error : ambiguos match found - when calling :GetPrimaryKeyFieldsFor function at
return metadata.KeyMembers
.Select(k => entityType.GetProperty(k.Name, BindingFlags.Instance | BindingFlags.NonPublic BindingFlags.Public))
.ToList();
line
The text was updated successfully, but these errors were encountered: