Search Results

2
votes
3answers
681 views

How should I best query my dataset from VB.net?

I have a VB.Net data set that contains data from multiple tables. Does anyone have any good suggestions on how to query data out of the dataset. I want to run SQL-like queries on a dataset to ext …