Share via


RelatedEnd.IsLoaded Property

Definition

Gets or sets a value indicating whether the entity (for an EntityReference or all entities in the collection (for an EntityCollection<TEntity> have been loaded from the database.

[System.Xml.Serialization.SoapIgnore]
[System.Xml.Serialization.XmlIgnore]
public bool IsLoaded { get; set; }
member this.IsLoaded : bool with get, set
Public Property IsLoaded As Boolean

Property Value

True if all the related entities are loaded or the IsLoaded has been explicitly set to true; otherwise false.

Implements

Attributes

Applies to