IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityReferenceLoadStrategy Enumeration |
'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
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.EntityReferenceLoadStrategy
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