FRom MSDN:
The EntityCollection<>.Attach method is used to define a relationship between an object and a related object when both objects are already exist in the object context
Since with non-POCO entities relationships are automatically handled by Object Services, are EntityCollection<>.Attach ( EntityReference<>.Attach )
only relevant with POCOs or are there also situations where they are useful even when using non-POCO entities?
thank you