1 write to m_eSQL
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
153m_eSQL = eSQL;
5 references to m_eSQL
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\GeneratedView.cs (5)
181get { return m_eSQL; } 190Debug.Assert(!String.IsNullOrEmpty(m_eSQL), "m_eSQL must be initialized"); 193if (TryParseView(m_eSQL, false, m_extent, m_mappingItemCollection, m_config, out m_commandTree, out m_discriminatorMap, out parserException)) 315if (!String.IsNullOrEmpty(m_eSQL)) 317builder.Append(m_eSQL);