EntitySet<TEntity>.HasLoadedOrAssignedValues Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: