dmaClass_QueryOrderByNode

The elements in an Order By list must be of this class. Document spaces do not have to support this class. And if it is supported, the Order By list is optional for any given query.

Class ID: dmaClass_QueryOrderByNode
Superclass: Query Node

Interfaces

IUnknown
IdmaObject
IdmaProperties
IdmaEditProperties

Properties

Name

Impl. Required

System Gen'ed

Read-Only

Value Required

Type

Cardinality

Required Class

OIID

-

Yes

Yes

-

String

Scalar

Class Description

Yes

Yes

Yes

Yes

Object

Scalar

Class Description

This

-

Yes

Yes

Yes

Object

Scalar

Query Order By Node

Create Pending

-

Yes

Yes

Yes

Boolean

Scalar

Update Pending

-

Yes

Yes

Yes

Boolean

Scalar

Delete Pending

-

Yes

Yes

Yes

Boolean

Scalar

Selections Index

Yes

-

-

Yes

Integer32

Scalar

Descending Requested

-

-

-

-

Boolean

Scalar

Property Descriptions

• OIID {dmaProp_OIID}
Property Inherited from DMA

• Class Description {dmaProp_ClassDescription}
Property Inherited from DMA

• This {dmaProp_This}
Property Inherited from DMA

• Create Pending {dmaProp_CreatePending}
Property Inherited from DMA

• Update Pending {dmaProp_UpdatePending}
Property Inherited from DMA

• Delete Pending {dmaProp_DeletePending}
Property Inherited from DMA

• Selections Index {dmaProp_SelectionsIndex}

The index, in the Selections list of the Query Root, of the property to order by.

• Descending Requested {dmaProp_DescendingRequested}

If the value of this property is DMA_TRUE, the order is descending. Otherwise, the order is ascending.