Click or drag to resize

DatabaseSortListByDataSet Method

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static string SortListByDataSet(
	ref DataSet dataSet,
	string dataSetPrimaryId,
	string dataSetSort,
	string direction,
	int inputPrimaryId
)

Parameters

dataSet
Type: System.DataDataSet
dataSetPrimaryId
Type: SystemString
dataSetSort
Type: SystemString
direction
Type: SystemString
inputPrimaryId
Type: SystemInt32

Return Value

Type: String
See Also