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
Syntaxvoid PreloadValueForObjects(
IEnumerable<DomainObject> objects
)
Sub PreloadValueForObjects (
objects As IEnumerable(Of DomainObject)
)
void PreloadValueForObjects(
IEnumerable<DomainObject^>^ objects
)
abstract PreloadValueForObjects :
objects : IEnumerable<DomainObject> -> unit
Parameters
- objects
- Type: System.Collections.GenericIEnumerableDomainObject
The objects for which to pre-load the value of the property.
See Also