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