T
Tobe
Is there anyway to run a query against a dataset in
ADO.NET? For example, I have two tables already in a
dataset, is there anyway to do a join on those two tables
and get a resulting table?
This would be especially useful for:
1. tables in two different databases, or
2. joins on tables already in memory without hitting the
database again.
ADO.NET? For example, I have two tables already in a
dataset, is there anyway to do a join on those two tables
and get a resulting table?
This would be especially useful for:
1. tables in two different databases, or
2. joins on tables already in memory without hitting the
database again.