System\Data\Mapping\ViewGeneration\GeneratedView.cs (3)
61return new GeneratedView(extent, type, commandTree, eSQL, discriminatorMap, mappingItemCollection, config);
74return new GeneratedView(extent, type, commandTree, null, null, mappingItemCollection, config);
128generatedView = new GeneratedView(setMapping.Set, type, commandTree, eSQL, discriminatorMap, mappingItemCollection, config);