|
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.ServiceModelAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public int ResultsOffset { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Int32
The results offset.
See Also