1 override of Table
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
247internal 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)
59if (null != command.Table) 61tables.Add(command.Table); 62containers.Add(command.Table.EntityContainer);