1 write to IsDbGenerated
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
590cm.IsDbGenerated = OptionalBoolAttribute(reader, XmlMappingConstant.IsDbGenerated, false);
2 references to IsDbGenerated
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
980if (cmap != null && cmap.IsDbGenerated && cmap.IsPrimaryKey) { 989this.isDBGenerated = cmap.IsDbGenerated || !string.IsNullOrEmpty(cmap.Expression) || this.isVersion;