Link<T>.HasLoadedOrAssignedValue Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies whether the Link<T> has loaded or assigned a value.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property HasLoadedOrAssignedValue As Boolean
public bool HasLoadedOrAssignedValue { get; }
Property Value
Type: System.Boolean
true if the Link<T> has either loaded or assigned a value; otherwise false.
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.
LINQ to SQL uses this property to make sure that the Link<T> has a value, so that accessing it will not trigger deferred loading.
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.