EntitySet<TEntity>::IsDeferred Property

 

Specifies whether this EntitySet<TEntity> has a deferred query that has not yet executed.

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

public:
property bool IsDeferred {
	bool get();
}

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: