EntityMembersGetCriteria.SortDirection Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sort direction of the members to get.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public SortDirection SortDirection { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property SortDirection SortDirection {
    SortDirection get();
    void set(SortDirection value);
}
[<DataMemberAttribute(IsRequired = false)>]
member SortDirection : SortDirection with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property SortDirection As SortDirection

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SortDirection

The sort direction of the members to get.

See Also

EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top