1 write to isVersion
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
988this.isVersion = cmap.IsVersion;
2 references to isVersion
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
989this.isDBGenerated = cmap.IsDbGenerated || !string.IsNullOrEmpty(cmap.Expression) || this.isVersion; 1100get { return this.isVersion; }