Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Retourne un DataTable trié selon la colonne et la direction spécifiées
Espace de nom : Developpez.Dotnet.DataAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static DataTable Sort( this DataTable table, DataColumn column, ListSortDirection direction ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function Sort ( _ table As DataTable, _ column As DataColumn, _ direction As ListSortDirection _ ) As DataTable |
Visual C++ |
---|
public: [ExtensionAttribute] static DataTable^ Sort( DataTable^ table, DataColumn^ column, ListSortDirection direction ) |
Paramètres
- table
- Type: System.Data..::..DataTable
DataTable à trier
- column
- Type: System.Data..::..DataColumn
Colonne selon laquelle trier le DataTable
- direction
- Type: System.ComponentModel..::..ListSortDirection
Direction selon laquelle trier le DataTable