SDAC

TMSDataSetOptions.QueryRecCount Property

Used to perform additional query to get record count for this SELECT, so the RecordCount property reflects the actual number of records.

Class

TMSDataSetOptions

Syntax

property QueryRecCount: boolean;

Remarks

If True, and the TCustomMSDataSet.FetchAll property is False or the NonBlocking option is True, TCustomDADataSet performs additional query to get record count for this SELECT, so the RecordCount property reflects the actual number of records. Does not have any effect if the FetchAll property is True and the NonBlocking option is False.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback