SortBy Constructor(ExpressionInfo,SortByDirection)
In This Topic
Initializes a new default instance of the SortBy class.
Initializes a new instance of the SortBy class with the specified sort expression and direction.
Syntax
'Declaration
Public Function New( _
ByVal As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
ByVal As SortByDirection _
)
public SortBy(
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ,
SortByDirection
)
Parameters
- sortExpression
- The initial value for the SortExpression property.
- direction
- The initial value for the Direction property.
See Also