5 references to Views
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
430
KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.
Views
;
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
134
KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.
Views
;
185
KeyToListMap<EntitySetBase, GeneratedView> extentMappingViews = viewGenResults.
Views
;
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (2)
139
groupErrorLog = viewGenerator.GenerateQueryViewForSingleExtent(viewGenResults.
Views
, identifiers, entity, type, mode);
201
groupErrorLog = viewGenerator.GenerateAllBidirectionalViews(viewGenResults.
Views
, identifiers);