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