Click or drag to resize

DataAccessReOrderColumn Method (String, String, String, DataSet)

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,
	DataSet dataSet
)

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
dataSet
Type: System.DataDataSet
A dataset containing the data to reorder
See Also