Persist.NET Documentation Class Library

Order Constructor 

Create a new Order

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal ascend As Boolean _
)
[C#]
public Order(
   string name,
   bool ascend
);

Parameters

name
the name of the Attribute
ascend
if the Sort is Ascending

See Also

Order Class | Persist Namespace