Edit

Share via


IRelatedEnd.IsLoaded Property

Definition

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

C#
public bool IsLoaded { get; }

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