EntityRef<TEntity>.HasLoadedOrAssignedValue Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that indicates whether the target has been loaded or assigned.

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 target has been loaded or assigned.

Remarks

True is returned even if the value in the target is nulla null reference (Nothing in Visual Basic).

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.