NPersistence Reference Guide

The OrderBy type exposes the following fields.

Collapse imageFields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Value
An orderby_list. Specified as follows:

Collapse imageExamples

CopyC#
orderby_list::= orderby_item [,orderby_item]*
orderby_item::= [property_or_field_name] [ASC | DESC]
If ASC or DESC is not specified, ASC (ascending order) is assumed. If the ordering element is not specified, ordering by the primary key of the associated entity is assumed.

Collapse imageSee Also