Click or drag to resize

ILazyPropertyPreloadValueForObjects Method

Pre-loads the value of the property for the specified sequence of objects.

Namespace:  Aloe.SystemFrameworks.Domain.Repositories
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
void PreloadValueForObjects(
	IEnumerable<DomainObject> objects
)

Parameters

objects
Type: System.Collections.GenericIEnumerableDomainObject
The objects for which to pre-load the value of the property.
See Also