IRelatedEnd.IsLoaded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.