2 writes to updatable
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
300this.updatable = null; 1781this.updatable = new UpdatableWrapper(this);
5 references to updatable
System.Data.Services (5)
System\Data\Services\DataService.cs (5)
155return this.updatable; 297if (this.updatable != null) 299this.updatable.DisposeProvider(); 1793this.updatable.SaveChanges(); 1798this.updatable.SaveChanges();