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