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