{CompanyName} FlexyGo

MasterTable..::..GetData Method (Int32, Int32)

Gets the data.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public List<BaseCollection> GetData(
	int StartPage,
	int PageSize
)
Public Function GetData ( _
	StartPage As Integer, _
	PageSize As Integer _
) As List(Of BaseCollection)

Parameters

StartPage
Type: Int32
The start page.
PageSize
Type: Int32
Size of the page.

Return Value

List(Of Dictionary(Of System.String, System.Object)).

Exceptions


ExceptionCondition
Exception