Class OrderBy
Assembly: PayrollEngine.Client.Core.dll
Syntax
Constructors
OrderBy(string, OrderDirection?)
Declaration
public OrderBy(string expression, OrderDirection? direction = null)
Parameters
Properties
Expression
Declaration
public string Expression { get; }
Property Value
Methods
AndThenBy(OrderBy)
Declaration
public virtual OrderBy AndThenBy(OrderBy orderBy)
Parameters
| Type |
Name |
Description |
| OrderBy |
orderBy |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
implicit operator string(OrderBy)
Declaration
public static implicit operator string(OrderBy orderBy)
Parameters
| Type |
Name |
Description |
| OrderBy |
orderBy |
|
Returns
Extension Methods