Click or drag to resize
DataQuerySettingsBaseTQueryOffset Property
Index of the first record to return (use for paging together with MaxRecords)

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

Property Value

Type: Int32

Implements

IDataQuerySettingsOffset
See Also