EntityRef<TEntity>::HasLoadedOrAssignedValue Property

 

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)

public:
property bool HasLoadedOrAssignedValue {
	bool get();
}

Property Value

Type: System::Boolean

True if the target has been loaded or assigned.

True is returned even if the value in the target is null.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: