Click or drag to resize

OrderByField Constructor

Initializes a new instance of the OrderByField class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public OrderByField(
	string tableName,
	string fieldName,
	OrderDirection direction
)

Parameters

tableName
Type: SystemString
Name of the table.
fieldName
Type: SystemString
Name of the field.
direction
Type: Aloe.SystemFrameworks.Domain.DataAccessOrderDirection
The direction.
See Also