4 references to ConfigViewGenerator
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
425
ViewGenResults viewGenResults = ViewgenGatekeeper.GenerateViewsFromMapping(entityContainerMapping, new
ConfigViewGenerator
() { GenerateEsql = true });
791
ConfigViewGenerator config = new
ConfigViewGenerator
();
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
39
private static ConfigViewGenerator m_config = new
ConfigViewGenerator
();
528
new
ConfigViewGenerator
());