Gets or sets the order by clause for this relation. This is a SQL order, not HQL.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public string OrderBy{ get; set;}

See Also