Example #1
0
 public IBusinessObjectCollection GetCarsDriven()
 {
     return(Relationships.GetRelatedCollection("Driver"));
 }
Example #2
0
 public IBusinessObjectCollection GetCarsOwned()
 {
     return(Relationships.GetRelatedCollection("Cars"));
 }