MyDAC

TMyDataSetOptions.QueryRecCount Property

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

Class

TMyDataSetOptions

Syntax

property QueryRecCount: boolean;

Remarks

If True, and the TCustomMyDataSet.FetchAll property is False, 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 TCustomMyDataSet.FetchAll property is True.

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