2 references to UpdatableWrapper
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
1781
this.updatable = new
UpdatableWrapper
(this);
2170
get { return this.updatable ?? (this.updatable = new
UpdatableWrapper
(this)); }