1 write to m_connection
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
72
m_connection
= connection;
2 references to m_connection
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
663
DbQueryCommandTree umView =
m_connection
.GetMetadataWorkspace().GetCqtView(table);
784
Debug.Assert(null !=
m_connection
.StoreConnection, "EntityAdapter.Update ensures the store connection is set");