3 overrides of HasInheritanceCode
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
714public override bool HasInheritanceCode {
Mapping\MappedMetaModel.cs (2)
792public override bool HasInheritanceCode { 1603public override bool HasInheritanceCode {
3 references to HasInheritanceCode
System.Data.Linq (3)
ChangeTracker.cs (1)
637if (currentType.HasInheritanceCode) {
DataContext.cs (1)
1296if (type.HasInheritance && !type.HasInheritanceCode) {
SqlClient\Query\Translator.cs (1)
57if (type.HasInheritanceCode) {