TableHelper.resort Method

Public Shared Function resort( _ 
ByVal dt As DataTable, _ 
ByVal colName As String, _ 
ByVal direction As String
) As DataTable
This language is not supported or no code example is available.
public static DataTable resort( 
DataTable dt
string colName
string direction 
)
This language is not supported or no code example is available.
public:  
static DataTable^ resort( 
DataTable^ dt
String^ colName
String^ direction 
)
This language is not supported or no code example is available.
public static function resort( 
dt : DataTable
colName : String
direction : String 
) : DataTable;
This language is not supported or no code example is available.

Parameters

dt
DataTable

colName
string

direction
string

Return Value

DataTable

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition