EntitySet<TEntity>.HasLoadedOrAssignedValues Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies whether the EntitySet<TEntity> has loaded or assigned a value.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property HasLoadedOrAssignedValues As Boolean
public bool HasLoadedOrAssignedValues { get; }
Property Value
Type: System.Boolean
Returns true if the EntitySet<TEntity> has either loaded or assigned a value.
Remarks
"Loaded" means that the data was loaded during materialization or at deferred loading. "Assigned" means that you have manually given the data a value.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.