ObjectMaterializer<TDataReader>.CanDeferLoad Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.