[]
Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.
int ViewLimit { get; set; }
DataEngine tables and queries can contain very large number of rows that can be inappropriate for data binding. To limit number of rows shown in a data bound control, set this property.