1 override of Table
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
247
internal override EntitySet
Table
{ get { return this.m_processor.Table; } }
3 references to Table
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (3)
59
if (null != command.
Table
)
61
tables.Add(command.
Table
);
62
containers.Add(command.
Table
.EntityContainer);