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