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