ObjectMaterializer<TDataReader>.CanDeferLoad Property

Definition

When overridden in a derived class, gets a value that indicates whether deferred loading is enabled.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 abstract property bool CanDeferLoad { bool get(); };
public abstract bool CanDeferLoad { get; }
member this.CanDeferLoad : bool
Public MustOverride ReadOnly Property CanDeferLoad As Boolean

Property Value

true if deferred loading is enabled; otherwise, false.

Applies to