3 overrides of HasAnyLoadMethod
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
845
public override bool
HasAnyLoadMethod
{
Mapping\MappedMetaModel.cs (2)
922
public override bool
HasAnyLoadMethod
{
1699
public override bool
HasAnyLoadMethod
{
3 references to HasAnyLoadMethod
System.Data.Linq (3)
DataServices.cs (1)
175
if (type.
HasAnyLoadMethod
) {
Mapping\AttributedMetaModel.cs (1)
588
this.hasAnyLoadMethod = (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.
HasAnyLoadMethod
);
Mapping\MappedMetaModel.cs (1)
625
this.hasAnyLoadMethod = (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.
HasAnyLoadMethod
);