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