1 write to EdmVersion
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
154
edmCollection.
EdmVersion
= somSchema.SchemaVersion;
16 references to EdmVersion
System.Data.Entity (9)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
47
this.m_EdmVersion = storageEntityContainerMapping.StorageMappingItemCollection.EdmItemCollection.
EdmVersion
;
System\Data\Mapping\StorageMappingItemCollection.cs (4)
213
if(this.m_edmCollection.
EdmVersion
!= XmlConstants.UndefinedVersion &&
215
this.m_edmCollection.
EdmVersion
!= this.m_storeItemCollection.StoreSchemaVersion)
224
double expectedVersion = this.m_edmCollection.
EdmVersion
!= XmlConstants.UndefinedVersion
225
? this.m_edmCollection.
EdmVersion
System\Data\Metadata\MetadataWorkspace.cs (3)
206
if (!MetadataWorkspace.SupportedEdmVersions.Contains(edmCollection.
EdmVersion
))
211
edmCollection.
EdmVersion
,
301
versionToRegister = ((EdmItemCollection)itemCollectionToRegister).
EdmVersion
;
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1021
if (nonNullableType.IsEnum && this.EdmItemCollection.
EdmVersion
< XmlConstants.EdmVersionForV3)
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (3)
363
string hashOverMappingClosure = MetadataMappingHasherVisitor.GetMappingClosureHash(edmCollection.
EdmVersion
, storageEntityContainerMapping);
367
string viewStorageTypeName = EntityViewGenerationConstants.ViewGenerationTypeNamePrefix + StringHashBuilder.ComputeHash(MetadataHelper.CreateMetadataHashAlgorithm(edmCollection.
EdmVersion
), inputForTypeNameContent.ToString()).ToUpperInvariant();
392
string viewHash = MetadataHelper.GenerateHashForAllExtentViewsContent(edmCollection.
EdmVersion
, GenerateDictionaryForEntitySetNameAndView(generatedViews));
System\Data\Entity\Design\MetadataItemCollectionFactory.cs (2)
68
ValidateActualVersionAgainstTarget(targetEntityFrameworkVersion, EntityFrameworkVersionsUtil.ConvertToVersion(edmItemCollection.
EdmVersion
), errors);
159
if (EntityFrameworkVersionsUtil.ConvertToVersion(edmCollection.
EdmVersion
) > targetEntityFrameworkVersion)
System\Data\EntityModel\EntityClassGenerator.cs (1)
318
if (EntityFrameworkVersionsUtil.ConvertToVersion(itemCollection.
EdmVersion
) >= EntityFrameworkVersions.Version2)
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
301
Double currentVersion = ((EdmItemCollection)this.ObjectContext.MetadataWorkspace.GetItemCollection(DataSpace.CSpace)).
EdmVersion
;