EntitySet(Of TEntity).IsDeferred Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether this EntitySet(Of TEntity) has a deferred query that has not yet executed.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Property Value
Type: System.Booleantrue if a deferred query has not yet been executed; otherwise false.
Show: