Click or drag to resize
OrderByColumnList Properties

The OrderByColumnList type exposes the following members.

Properties
  NameDescription
Public propertyAnyColumnsDefined
Returns true if any columns are defined within this column list
(Inherited from QueryColumnListBase.)
Public propertyColumns
List of columns represented as string
(Inherited from QueryColumnListBase.)
Public propertyCount
Returns the number of defined columns
(Inherited from QueryColumnListBase.)
Protected propertyIncludeAllColumns
If true, all columns are included together with any explicitly specified columns
(Inherited from QueryColumnListBase.)
Public propertyIsSingleColumn
Returns true if the columns represent a single column
(Inherited from QueryColumnListBase.)
Public propertyItem
Returns column on specific index
(Inherited from QueryColumnListBase.)
Public propertyNoColumns
If true, the list represents an empty list with no columns
(Inherited from QueryColumnListBase.)
Public propertyParent
Parent query for the column list
(Inherited from QueryColumnListBase.)
Protected propertyPresentColumns
Gets the hash set of present columns for duplicity detection
(Inherited from QueryColumnListBase.)
Public propertyReturnsAllColumns
Returns true if the columns contain all columns specification or columns do not contain definition of any columns
(Inherited from QueryColumnListBase.)
Top
See Also