Expand Minimize
This topic has not yet been rated - Rate this topic

SortDirection Enumeration

Specifies the sort direction of a sorted column.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SortDirection
Member nameDescription
AscThe sort results are in ascending order.
DescThe sort results are in descending order.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.