| DataAccessReOrderColumn Method (String, String, String, KeyedList) | 
            Reorders a numeric column of a database table
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void ReOrderColumn(
	string columnName,
	string[] rowIdentifierColumns,
	string tableName,
	KeyedList sortColumns
)
Public Sub ReOrderColumn ( 
	columnName As String,
	rowIdentifierColumns As String(),
	tableName As String,
	sortColumns As KeyedList
)
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 - sortColumns
 - Type: WorkflowGen.My.CollectionsKeyedList
A collection of sort orders 
See Also