Je cherche à retourner les maxRow ligne(s) d'une table (de type Datatable) en commancant par le startRow ligne via wcf
j'ai fait donc :

(...)
SqlDataReader reader = command.ExecuteReader();
...