Click or drag to resize
Infosoft Logo

QueryMetadataResultsCount Property

Gets or sets the maximum number of results to return, used for paging with ResultsOffset. Works like the TOP or LIMIT clauses in 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 ResultsCount { get; set; }

Property Value

Int32
See Also