List<(string c_id, string c_nom, Int16 c_tarif, bool c_sommeil, string c_codep, string c_ville, string c_num_tva)> l = Api.Zselect<(string c_id, string c_nom, Int16 c_tarif, bool c_sommeil, string c_codep, string c_ville, string c_num_tva)>(Globals.RepData, "select c_id,c_nom,c_tarif,c_sommeil,c_codep,c_ville,c_num_tva from CLI where ...");