Select from following answers:- Ensure that the new query returns a result set with the same schema as the existing query.

- Ensure that the new query does not sort the results.
- Ensure that the new query is not parameterized.
- All Above
You can add as many queries as you want to a TableAdapter as long as they return data that conforms to the same schema.
A second query can be parameterized if its result set conforms to the same schema.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator