Base:
property
HasInheritanceCode
System.Data.Linq.Mapping.MetaType.HasInheritanceCode
1 reference to HasInheritanceCode
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
690
get { return !this.type.IsAbstract && (this == this.InheritanceRoot || this.
HasInheritanceCode
); }