Summary
orders the query by the expression.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Qlin - Containing Type
- IQLin
Syntax
IQLin OrderBy(Object expression, QLinOrderByDirection direction)
Remarks
orders the query by the expression.
Use the
Db4objects.Db4o.Qlin.QLinSupport.Ascending
and
Db4objects.Db4o.Qlin.QLinSupport.Descending
helper methods to set the direction.
Parameters
Name | Type | Description |
---|---|---|
expression | Object | |
direction | QLinOrderByDirection |
Return Value
Type | Description |
---|---|
IQLin |