{CompanyName} FlexyGo

EntityCollection..::..GetPageData Method (Int32, Int32, Boolean, String, Boolean)

Gets indicated page DataTable based on page and page size.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public DataTable GetPageData(
	int Page,
	int Pagesize,
	bool withDescrips,
	string OrderBy,
	bool UseCollectionProperties
)
Public Function GetPageData ( _
	Page As Integer, _
	Pagesize As Integer, _
	withDescrips As Boolean, _
	OrderBy As String, _
	UseCollectionProperties As Boolean _
) As DataTable

Parameters

Page
Type: Int32
Pagesize
Type: Int32
withDescrips
Type: Boolean
OrderBy
Type: String
UseCollectionProperties
Type: Boolean

Return Value

aDataTable.