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