DevForce Help Reference
CurrentPageResults Property


The contents of the current page.
Syntax
'Declaration
 
Public ReadOnly Property CurrentPageResults As IEnumerable(Of T)
'Usage
 
Dim instance As EntityQueryPager(Of T)
Dim value As IEnumerable(Of T)
 
value = instance.CurrentPageResults
public IEnumerable<T> CurrentPageResults {get;}
Remarks
The PageIndex represents the current page. For synchronous MoveTo operations the CurrentPageResults are available immediately following the call. For asynchronous operations the CurrentPageResults are loaded when the asynchronous operation completes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQueryPager<T> Class
EntityQueryPager<T> Members

Send Feedback