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
Syntaxpublic int MaxRows { get; set; }
Public Property MaxRows As Integer
Get
Set
public:
property int MaxRows {
int get ();
void set (int value);
}
member MaxRows : int with get, set
Property Value
Type:
Int32
See Also