using " de
= nouveau List () ;
pour (international i = 0 ; i < table. Rows.Count ; i++)
{
pour (international j = 0 ; j < table. Columns.Count ; j++)
{
Console.WriteLine (mySortedLists [I, j] .ToString ());
liste. Ajouter (international. Analyser (mySortedLists [I, j] .ToString ()));
}
}
liste. Sorte () ;
liste. Inverse () ;
foreach (article d'international dans la liste)
{
Console.WriteLine (item.ToString ());
}
Console.ReadKey () ;
}
DataTable statique GetTable ()
{
//
// ici nous créons un DataTable avec quatre colonnes.
//
Table de DataTable = nouveau DataTable () ;
table. Columns.Add (« dosage », typeof (international));
table. Columns.Add (« drogue », typeof (corde));
table. Columns.Add (« patient », typeof (corde));
table. Columns.Add (« date », typeof (date-heure));
//
// ici nous additionnons cinq DataRows.
//
table. Rows.Add (25, « Indocin », « David », DateTime.Now) ;
table. Rows.Add (50, « Enebrel », « Sam », DateTime.Now) ;
table. Rows.Add (10, « hydralazine », « Christoff », DateTime.Now) ;
table. Rows.Add (21, « Combivent », « Janet », DateTime.Now) ;
table. Rows.Add (100, « Dilantin », « Melanie », DateTime.Now) ;
table de retour ;
}
}
} class= > de |