ILazyObjectCheckPreloadStatusFirst Property |
Gets a value indicating whether the framework should first check the preload status
for each object, passing to preload only the not-loaded objects.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxbool CheckPreloadStatusFirst { get; }
ReadOnly Property CheckPreloadStatusFirst As Boolean
Get
property bool CheckPreloadStatusFirst {
bool get ();
}
abstract CheckPreloadStatusFirst : bool with get
Property Value
Type:
Booleantrue to check preload status first; otherwise,
false.
Remarks
See Also