Base:
property
HasInheritanceCode
System.Data.Linq.Mapping.MetaType.HasInheritanceCode
1 override of HasInheritanceCode
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
540public override bool HasInheritanceCode {
1 reference to HasInheritanceCode
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
765get { return !this.type.IsAbstract && (this == this.InheritanceRoot || this.HasInheritanceCode); }