Click or drag to resize

DataSourceControllerGetDataSetWithPagingParameters Method

Executes GetDataSet method with the following parameters applied - activeUserId - oisId - page - rows

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual DataTable GetDataSetWithPagingParameters(
	string dataSourceName,
	int page,
	int rows,
	Dictionary<string, Object> dataSourceParameters = null
)

Parameters

dataSourceName
Type: SystemString
page
Type: SystemInt32
rows
Type: SystemInt32
dataSourceParameters (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: DataTable
See Also