S
Steven Blair
Hi,
I have a DataSet with 30 rows. I pass this DataSet to my reporting
module and this needs the first 10 rows.
Does C# have a way of filtering the DataSet so I can use only the first
10 rows (perhaps using .Select() ) or will I have to create a new
DataSet and pass the rows in one by one?
Thanks in advance.
Steven
I have a DataSet with 30 rows. I pass this DataSet to my reporting
module and this needs the first 10 rows.
Does C# have a way of filtering the DataSet so I can use only the first
10 rows (perhaps using .Select() ) or will I have to create a new
DataSet and pass the rows in one by one?
Thanks in advance.
Steven