DevForce Help Reference
EntityReferenceLoadStrategy Enumeration


A strategy that controls when and whether to go to the backend data store to retrieve related entities.
Syntax
'Declaration
 
Public Enum EntityReferenceLoadStrategy 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EntityReferenceLoadStrategy
public enum EntityReferenceLoadStrategy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
DoNotLoad Do not ever go to the back end data store to retrieve entities.
Lazy Load the entity reference once when first accessed and never again.
Load Always go back to the back end data store to retrieve entities.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.EntityReferenceLoadStrategy

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback