Click or drag to resize

DataAccessReOrderColumn 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: 8.1.3.0 (8.1.3.20220620)
Syntax
public void ReOrderColumn(
	string columnName,
	string[] rowIdentifierColumns,
	string tableName,
	FilterCriteriaCollection filterCriteriaCollection,
	KeyedList sortColumns
)

Parameters

columnName
Type: SystemString
A column to re-order(must be a numeric column)
rowIdentifierColumns
Type: SystemString
A set of columns name representing a unique row identifier for the table
tableName
Type: SystemString
A table to impact
filterCriteriaCollection
Type: WorkflowGen.My.DataFilterCriteriaCollection
A collection of filter criteria
sortColumns
Type: WorkflowGen.My.CollectionsKeyedList
A collection of sort orders
See Also