Click or drag to resize

DataAccessQueryMaxRows Property

The maximum number of rows to retrieve. 0 means to retrieve all rows, matching the filter

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public int MaxRows { get; set; }

Property Value

Type: Int32
See Also