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