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