1 write to StoreSchemaVersion
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
164
storeCollection.
StoreSchemaVersion
= somSchema.SchemaVersion;
4 references to StoreSchemaVersion
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemCollection.cs (3)
214
this.m_storeItemCollection.
StoreSchemaVersion
!= XmlConstants.UndefinedVersion &&
215
this.m_edmCollection.EdmVersion != this.m_storeItemCollection.
StoreSchemaVersion
)
226
: this.m_storeItemCollection.
StoreSchemaVersion
;
System\Data\Metadata\MetadataWorkspace.cs (1)
305
versionToRegister = ((StoreItemCollection)itemCollectionToRegister).
StoreSchemaVersion
;