4 references to GenerateUpdateViews
System.Data.Entity (4)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
73
this.AddV2ObjectContentToHashBuilder(storageEntityContainerMapping.
GenerateUpdateViews
, this.m_MappingVersion);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
848
LoadEntityTypeMapping(nav.Clone(), setMapping, tableName, storageEntityContainerType, false /*No distinct flag so far*/, entityContainerMapping.
GenerateUpdateViews
);
879
LoadEntityTypeMapping(nav.Clone(), setMapping, tableName, storageEntityContainerType, distinctFlag, entityContainerMapping.
GenerateUpdateViews
);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
99
m_config.GenerateUpdateViews = entityContainerMapping.
GenerateUpdateViews
;