SelectQuery..::..SetMaxRecords Method
Sets the maximum number of records to retrieve.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery SetMaxRecords( int maxRecords )
Public Function SetMaxRecords ( _ maxRecords As Integer _ ) As SelectQuery
public: SelectQuery^ SetMaxRecords( int^ maxRecords )
Parameters
- maxRecords
- Type: Int32
The record count.