예제 #1
0
 public bool Contains(IODataComplexObject item)
 {
     return(this.UnderlyingEdmObject.Contains(item.ToEdmComplexObject()));
 }
예제 #2
0
 public bool Remove(IODataComplexObject item)
 {
     return(this.UnderlyingEdmObject.Remove(item.ToEdmComplexObject()));
 }
예제 #3
0
 public void Add(IODataComplexObject item)
 {
     this.UnderlyingEdmObject.Add(item.ToEdmComplexObject());
 }