To save someone the hassle:
The relevant line is in RunTime\QueryCommand.cs (http://
visuallogparser.codeplex.com/SourceControl/changeset/view/
10597#159528) and is as follows.
int maxUnitsInResults = 5000;
You could easily store this in app.config, and then simply pull the
value when the application starts.
You may also want to check Query.cs (http://
visuallogparser.codeplex.com/SourceControl/changeset/view/
10597#159527), although I believe it's simply ignoring that value.
~James
On Oct 28, 7:32 am, strivinglife <strivingl...@gmail.com> wrote:
> HI Tung.
> The last time I checked the source, the 5000 rows was baked into the
> code. If you modify that line and rebuild, you'll be able to return as
> many records as you'd like.
> ~James
> On Oct 28, 2:10 am, Tung vu thanh <atcomfootb...@gmail.com> wrote:
> > Who can explain that for me?
> > I want to query more 5000 rows.
> > Thanks all.- Hide quoted text -
> - Show quoted text -