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