Skip to content

IColumnSortOrder

francis-agarwal edited this page Apr 4, 2018 · 1 revision

An interface with set of constants to indicate order of record set returns by a query.

  • ASC
  • DESC

These constants can be access via scope resolution operator. Example to access ASC is as follow:

$columnSortOrder=IColumnSortOrder::ASC;