RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectQuery..::..SetMaxRecords Method

Sets the maximum number of records to retrieve.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  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.

Return Value

SelectQuery.