GraphDiff icon indicating copy to clipboard operation
GraphDiff copied to clipboard

when calling GetPrimaryKeyFieldsFor function

Open progsherief opened this issue 8 years ago • 0 comments
trafficstars

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

progsherief avatar Aug 09 '17 13:08 progsherief