  | DatabaseSortListByDataSet Method  | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static string SortListByDataSet(
	ref DataSet dataSet,
	string dataSetPrimaryId,
	string dataSetSort,
	string direction,
	int inputPrimaryId
)
Public Shared Function SortListByDataSet ( 
	ByRef dataSet As DataSet,
	dataSetPrimaryId As String,
	dataSetSort As String,
	direction As String,
	inputPrimaryId As Integer
) As String
Parameters
- dataSet
 - Type: System.DataDataSet
 - dataSetPrimaryId
 - Type: SystemString
 - dataSetSort
 - Type: SystemString
 - direction
 - Type: SystemString
 - inputPrimaryId
 - Type: SystemInt32
 
Return Value
Type: 
String
See Also