HasLoadedOrAssignedValues Property

EntitySet<TEntity>.HasLoadedOrAssignedValues Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies whether the EntitySet<TEntity> has loaded or assigned a value.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public bool HasLoadedOrAssignedValues { get; }

Property Value

Type: System.Boolean
Returns true if the EntitySet<TEntity> has either loaded or assigned a value.

"Loaded" means that the data was loaded during materialization or at deferred loading. "Assigned" means that you have manually given the data a value.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft