RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

OrderBySegment..::..OrderByType Property

Gets the type of the order by. e.g.(ASC or DESC)

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public OrderByTypes OrderByType { get; set; }
Public Property OrderByType As OrderByTypes
	Get
	Set
public:
property OrderByTypes^ OrderByType {
	OrderByTypes^ get ();
	void set (OrderByTypes^ value);
}

Field Value

The type of the order by.