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: 9.0.0
Syntax
C#
public int MaxRecords { get; set; }

Property Value

Type: Int32

Implements

IDataQuerySettingsMaxRecords
See Also