Click or drag to resize
Infosoft Logo

QueryMetadataResultsOffset Property

Gets or sets the results offset for use in paging. Can be used with ResultsCount to limit the number of results returned. Works like the OFFSET part in TOP or LIMIT sql statements.

Namespace: Infosoft.Common.Contracts.DataContracts.ServiceModel
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int ResultsOffset { get; set; }

Property Value

Int32
The results offset.
See Also