EntitySet(Of TEntity).IsDeferred Property

 

Specifies whether this EntitySet(Of TEntity) has a deferred query that has not yet executed.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Public ReadOnly Property IsDeferred As Boolean

Property Value

Type: System.Boolean

true if a deferred query has not yet been executed; otherwise false.

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