Mindscape LightSpeed - User Reference & API Documentation
EagerLoadAttribute Class
API ReferenceMindscape.LightSpeedEagerLoadAttribute
Notifies the framework that a field should be eager loaded. If this attribute is applied to a value object field, then AggregateName should be specified and the field becomes lazy by default.
Declaration Syntax
C#Visual Basic
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
public sealed class EagerLoadAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := True, Inherited := False)> _
Public NotInheritable Class EagerLoadAttribute _
	Inherits Attribute
Members
All MembersConstructorsProperties



IconMemberDescription
EagerLoadAttribute()()()
AggregateName
Used to control whether an association should be eager loaded.

Inheritance Hierarchy
Object
Attribute
 EagerLoadAttribute

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)