Click or drag to resize
Infosoft Logo

QueryMetadataOrderBy Property

Gets or sets the property name to order by. This can be used to pre-sort the results of the query. Must be used if paging is required ResultsOffset and ResultsCount.

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

Property Value

String
See Also