Base:
property
Table
System.Data.Mapping.Update.Internal.UpdateCommand.Table
6 references to Table
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (2)
290
this.OriginalValues, translator, this.
Table
))
299
this.CurrentValues, translator, this.
Table
))
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
200
foreach (ReferentialConstraint fkConstraint in _sourceMap.EnumerateValues(command.
Table
))
231
foreach (ReferentialConstraint fkConstraint in _targetMap.EnumerateValues(command.
Table
))
282
foreach (ReferentialConstraint fkConstraint in _targetMap.EnumerateValues(command.
Table
))
305
foreach (ReferentialConstraint fkConstraint in _sourceMap.EnumerateValues(command.
Table
))