IRelatedEnd.IsLoaded Property

Definition

Gets a value that indicates whether all related objects have been loaded.

public:
 property bool IsLoaded { bool get(); };
public bool IsLoaded { get; }
member this.IsLoaded : bool
Public ReadOnly Property IsLoaded As Boolean

Property Value

true if the related end contains all the related entities from the database; otherwise, false.

Examples

Defining and Managing Relationships

Remarks

The RelatedEnd class implements the IsLoaded method of IRelatedEnd. For more information, see IsLoaded.

The EntityCollection<TEntity> and EntityReference<TEntity> classes inherit from RelatedEnd.

Applies to