A
Agnes
I got a Parent-Child two relationship tables,
Now ,Before ds.accetpchanges , my child table may got 4-5K records,
The user may only tick 3-4 records,
I only want to store that ticked record, How can I do that ?
My stupid way is loop each record and check whether there is tick or not.
if not, datarow.remove() .
It seems take a very long time to do .
Please help
Now ,Before ds.accetpchanges , my child table may got 4-5K records,
The user may only tick 3-4 records,
I only want to store that ticked record, How can I do that ?
My stupid way is loop each record and check whether there is tick or not.
if not, datarow.remove() .
It seems take a very long time to do .
Please help