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