Click or drag to resize
DataQuerySettingsBase<TQuery>.MaxRecords Property
Maximum number of results to return (use for paging together with Offset)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public int MaxRecords { get; set; }

Property Value

Type: Int32

Implements

IDataQuerySettings.MaxRecords
See Also