3 overrides of HasInheritance
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
711public override bool HasInheritance {
Mapping\MappedMetaModel.cs (2)
786public override bool HasInheritance { 1600public override bool HasInheritance {
8 references to HasInheritance
System.Data.Linq (8)
ChangeTracker.cs (1)
621if (this.type.HasInheritance) {
DataContext.cs (1)
1296if (type.HasInheritance && !type.HasInheritanceCode) {
Mapping\AttributedMetaModel.cs (1)
712get { return this.inheritanceRoot.HasInheritance; }
Mapping\MappedMetaModel.cs (1)
787get { return this.inheritanceRoot.HasInheritance; }
SqlClient\Query\MethodCallConverter.cs (1)
301if (mt.HasInheritance) {
SqlClient\Query\SqlBinder.cs (1)
441if (mt.HasInheritance) {
SqlClient\Query\Translator.cs (2)
29if (rowType.HasInheritance && rowType.InheritanceRoot != rowType) { 42if (!rowType.HasInheritance) {