RelatedEnd.IsLoaded Property

 

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

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SoapIgnoreAttribute]
[XmlIgnoreAttribute]
public bool IsLoaded { get; set; }

Property Value

Type: System.Boolean

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