0
Answer

C Sharp DataTable Split

Photo of Aniket Narvankar

Aniket Narvankar

3y
745
1

I am getting datatbale with 5000 records.  I want to create 10 seperate datatable with 500 records each

 

DataTable dt = GetLeadsForProcessing();

 

How to do this

Answers (0)