1 write to QueryView
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
1282setMapping.QueryView = queryView;
17 references to QueryView
System.Data.Entity (17)
System\Data\Mapping\StorageAssociationSetMapping.cs (2)
88if (this.QueryView != null) 92sb.Append(this.QueryView);
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
137|| AllSetMaps.Any((StorageSetMapping setMap) => setMap.QueryView != null); 354return (set.QueryView != null);
System\Data\Mapping\StorageEntitySetMapping.cs (2)
97if (this.QueryView != null) 101sb.Append(this.QueryView);
System\Data\Mapping\StorageMappingItemCollection.cs (2)
794if (setMapping.QueryView != null) 802setMapping.QueryView,
System\Data\Mapping\StorageMappingItemLoader.cs (7)
759if (setMapping.QueryView != null) 1264if (setMapping.QueryView == null) 2574if (String.IsNullOrEmpty(tableName) && (associationSetMapping.QueryView == null)) 2642if (typeMapping.SetMapping.QueryView != null) 2742if (setMapping.QueryView == null) 2770if (setMapping.QueryView != null) 2791if (setMapping.QueryView != null)
System\Data\Mapping\StorageSetMapping.cs (1)
136if (QueryView != null)
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
75if (containerMapping.GetEntitySetMapping(entity.Name).QueryView != null)