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