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)
290this.OriginalValues, translator, this.Table)) 299this.CurrentValues, translator, this.Table))
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
200foreach (ReferentialConstraint fkConstraint in _sourceMap.EnumerateValues(command.Table)) 231foreach (ReferentialConstraint fkConstraint in _targetMap.EnumerateValues(command.Table)) 282foreach (ReferentialConstraint fkConstraint in _targetMap.EnumerateValues(command.Table)) 305foreach (ReferentialConstraint fkConstraint in _sourceMap.EnumerateValues(command.Table))