Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
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 -> OrderByField
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