|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Run a SQL statementgeorge wrote:
> Can you run SQL statement against a datatable and if so how? You can use the RowFilter property of the DefaultView to narrow down the > > Thanks number of rows in the DataTable, but if you are looking for aggregates or some other computation (without making another call to the database), you'll have to write your own code. |
|||||||||||||||||||||||