Click or drag to resize

OrderByField Class

Specifies a field used in order by clause.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessOrderByField

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class OrderByField

The OrderByField type exposes the following members.

Constructors
  NameDescription
Public methodOrderByField
Initializes a new instance of the OrderByField class.
Top
Properties
  NameDescription
Public propertyDirection
Gets the order direction.
Public propertyFieldName
Gets the name of the field.
Public propertyTableName
Gets the name of the table.
Top
Methods
See Also