ITableCreator.RowCount

Syntax

RowCount: Integer;

Description

The RowCount property determines the number of data rows, which must be loaded to the created table.

Comments

By default the property is set to  Integer.MaxValue, at the same time all the data is loaded from the selected source to the table.

Example

The example of use is given in description of the Execute method.

See also:

ITableCreator