{CompanyName} FlexyGo

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

Gets the data based on page, page size and where sentence.

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

Syntax


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

Parameters

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

Return Value

a DataTable.