Namespace: 
   Aloe.SystemFrameworks.Domain.DataAccess
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
 Syntax
Syntaxpublic OrderByField(
	string tableName,
	string fieldName,
	OrderDirection direction
)
Public Sub New ( 
	tableName As String,
	fieldName As String,
	direction As OrderDirection
)
public:
OrderByField(
	String^ tableName, 
	String^ fieldName, 
	OrderDirection^ direction
)
new : 
        tableName : string * 
        fieldName : string * 
        direction : OrderDirection -> OrderByFieldParameters
- tableName
- Type: SystemString
 Name of the table.
- fieldName
- Type: SystemString
 Name of the field.
- direction
- Type: Aloe.SystemFrameworks.Domain.DataAccessOrderDirection
 The direction.
 See Also
See Also