EntitySet<TEntity>.HasLoadedOrAssignedValues Property
.NET Framework (current version)
Specifies whether the EntitySet<TEntity> has loaded or assigned a value.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Property Value
Type: System.BooleanReturns true if the EntitySet<TEntity> has either loaded or assigned a value.
"Loaded" means that the data was loaded during materialization or at deferred loading. "Assigned" means that you have manually given the data a value.
.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: