Click or drag to resize
DataQuerySettingsBaseTQueryMaxRecords Property
Maximum number of results to return (use for paging together with Offset)

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

Property Value

Type: Int32

Implements

IDataQuerySettingsMaxRecords
See Also