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 spécifiée, dans l'ordre croissant
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 ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function Sort ( _ table As DataTable, _ column As DataColumn _ ) As DataTable |
Visual C++ |
---|
public: [ExtensionAttribute] static DataTable^ Sort( DataTable^ table, DataColumn^ column ) |
Paramètres
- table
- Type: System.Data..::..DataTable
DataTable à trier
- column
- Type: System.Data..::..DataColumn
Colonne selon laquelle trier le DataTable