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
Currently the Add method is off of the DataCollection. Since the relationship is a single string value name, and the collection should be an enumerable it would take this:
var collection = new EntityCollection();
collection.Entities.AddRange(children);
entity.RelatedEntitites.Add(new Relationship("MyRelationshipName", collection);
Currently the Add method is off of the DataCollection. Since the relationship is a single string value name, and the collection should be an enumerable it would take this:
And convert it to
The text was updated successfully, but these errors were encountered: