A list of key/value pairs representing the sorting order of the results. The key is the column name, and the value is true for ascending and false for descending.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public IList<KeyValuePair<DBColumn, bool>> OrderBy { get; private set; }
Visual Basic
Public Property OrderBy As IList(Of KeyValuePair(Of DBColumn, Boolean))
	Get
	Private Set

See Also