GetAccountsAsCsvOptionsOrderBy Property |
Gets or sets the order by elements.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<Tuple<AccountQueryField, SortDirection>>? OrderBy { get; set; }
Public Property OrderBy As IList(Of Tuple(Of AccountQueryField, SortDirection))
Get
Set
public:
property IList<Tuple<AccountQueryField, SortDirection>^>^ OrderBy {
IList<Tuple<AccountQueryField, SortDirection>^>^ get ();
void set (IList<Tuple<AccountQueryField, SortDirection>^>^ value);
}
member OrderBy : IList<Tuple<AccountQueryField, SortDirection>> with get, set
Property Value
Type:
IListTupleAccountQueryField,
SortDirectionSee Also