OrderByAttribute.Create Constructor
Creates an OrderByAttribute with the specified member name expression.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor OrderByAttribute.Create(const AMemberNames: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AMemberNames | string | A comma-separated list of member names used for ordering. Append " DESC" after a name for descending order. Use dot notation to traverse associations (e.g., "Customer.Name DESC"). |