Link<'T>.HasLoadedOrAssignedValue Property
.NET Framework (current version)
Specifies whether the Link<'T> has loaded or assigned a value.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
"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 accesing it will not trigger deferred loading.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: