FireDAC.Stan.Option.TFDFetchOptions.ActualRowsetSize
Delphi
property ActualRowsetSize: Integer read GetActualRowsetSize;
C++
__property int ActualRowsetSize = {read=GetActualRowsetSize, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDFetchOptions |
Description
Returns the actual rowset size a command uses.
Use ActualRowsetSize to get the actual rowset size a command uses.
The actual rowset size depends on the Mode. If it is fmExactRecsMax, then the actual rowset size is equal to RecsMax.