Search Results

0
votes

Datatable vs Dataset

On major difference is that DataSets can hold multiple tables and you can define relationships between those tables. If you are only retuning a single result set though I would think a Dat …