G
Guest
Hi,
I would like to query a datatable in C#. The query is like
select sum(quantity)
from table
where company="IBM"
And I would get this number and display it in my GUI.
Is there a way to do it?
Thanks
Chrisben
I would like to query a datatable in C#. The query is like
select sum(quantity)
from table
where company="IBM"
And I would get this number and display it in my GUI.
Is there a way to do it?
Thanks
Chrisben