2 writes to updatable
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
2170get { return this.updatable ?? (this.updatable = new UpdatableWrapper(this)); } 2316this.updatable = null;
3 references to updatable
System.Data.Services (3)
System\Data\Services\DataService.cs (3)
2170get { return this.updatable ?? (this.updatable = new UpdatableWrapper(this)); } 2313if (this.updatable != null) 2315this.updatable.DisposeProvider();