NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
An orderby_list. Specified as follows:
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.
Namespace: NPersistenceExamples
CopyC#
orderby_list::= orderby_item [,orderby_item]* orderby_item::= [property_or_field_name] [ASC | DESC]
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
public string Value