2 writes to _updatedRowSource
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
60
this.
_updatedRowSource
= UpdateRowSource.Both;
378
this.
_updatedRowSource
= value;
1 reference to _updatedRowSource
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
373
return this.
_updatedRowSource
;