Link to home
Start Free TrialLog in
Avatar of pathurun
pathurun

asked on

Batch update/read dataset in C#?

I have a dataset with a bunch of parent child and subchild tables, i need to batch update (in C# ) the dataset so that in 1 trip i will make all the updates/Inserts. I am wondering if you have an example for this.
I am also looking for an example of Batch read:
for ex: If you know the CustomerID, then in 1 shot i want to be able to get all the Orders, Details associated with the CustomerID. Do you have an example?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial