An object that holds a reference to an associated Entity
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | 
[SerializableAttribute] public sealed class EntityHolder<TEntity> where TEntity : Entity
<SerializableAttribute> _ Public NotInheritable Class EntityHolder(Of TEntity As Entity)
 Generic Template Parameters
 Generic Template Parameters- TEntity
- The type of the associated Entity
 Members
 Members| All Members | Constructors | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | EntityHolder<(Of <(TEntity>)>)()()() | |
|  | IsLazy | 
            Gets or sets a value indicating whether this instance is lazy, i.e. is
            not yet loaded.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EntityHolder<(Of <(TEntity>)>) |