asp.net mvc 4 - Fetching 50000 records at time using soql -


i using below code records dataset having 500k records in asp.net mvc app.

  var soqlcountry = new soqlquery().select(columns).limit(50000) 

but returns 1000 records. how 50000 records please help??

the soqlquery class limiting 1000 internally. i've sent developer of soda.net a pull request fix that.

in meantime, can try out my branch.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -