Page 1 of 1

UniQuery, FetchingAll

Posted: Fri 13 Mar 2020 09:25
by kaffeburk
Hello Devart,

I see that UniQuery in 8.1.2 dont have FetchingAll in design. I find that a but surprising, does it still work as described and why cant i set it in design?

Regards, Paer.

Re: UniQuery, FetchingAll

Posted: Fri 13 Mar 2020 09:30
by kaffeburk
I also can't set it in code...

Re: UniQuery, FetchingAll

Posted: Fri 13 Mar 2020 12:42
by oleg0k
Hello,

The FetchingAll method cannot be set neither in design time, nor in runtime -- the method is intended to find out whether TCustomDADataSet is fetching all rows. The method is available at runtime only. See the UniDAC documentation for more information: https://www.devart.com/unidac/docs/deva ... embers.htm

WBR, Oleg