Click or drag to resize

DataAccess.ReOrderColumn Method (String,String[], String, FilterCriteriaCollection, KeyedList)

Reorders a numeric column of a database table

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void ReOrderColumn(
	string columnName,
	string[] rowIdentifierColumns,
	string tableName,
	FilterCriteriaCollection filterCriterias,
	KeyedList sortColumns
)

Parameters

columnName
Type: System.String
A column to re-order(must be a numeric column)
rowIdentifierColumns
Type:System.String[]
A set of columns name representing a unique row identifier for the table
tableName
Type: System.String
A table to impact
filterCriterias
Type: WorkflowGen.My.Data.FilterCriteriaCollection
A collection of filter criterias
sortColumns
Type: WorkflowGen.My.Collections.KeyedList
A collection of sort orders
See Also