Hi guys
In a 1-M relationship, in the many side of the relationship I can pull out the Id of the parent item without doing another query using something like the following:
this.ParentReference.EntityKey.EntityKeyValues[0].Value
But what I am wondering if there a similar way of pulling out the many ID's from the 1 without doing another query?
Cheers Anthony