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