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