1 write to inheritanceCode
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
519type.inheritanceCode = keyValue;
3 references to inheritanceCode
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
442if (this.inheritanceDefault == null && (this.inheritanceCode != null || this.inheritanceCodes != null && this.inheritanceCodes.Count > 0)) 517if (type.inheritanceCode != null) 790get { return this.inheritanceCode; }