The ENEQuery type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberALL_ERECS_PER_AGGR
All records that compose a aggregated record will be returned.
Public fieldStatic memberDIM_SEARCH_ALL_DIM_VALUES
All matches from dimension search will be returned from each dimension.
Public fieldStatic memberKEY_PROPS_NONE
Request that no key properties will be returned.
Public fieldStatic memberMAX_BULK_ERECS_AVAILABLE
All the records that are associated with the current navigation state should be returned through the bulk record iterator.
Public fieldStatic memberNAV_SORT_ASCENDING
Sort the navigation query's matching records in ascending order.
Public fieldStatic memberNAV_SORT_DESCENDING
Sort the navigation query's matching records in descending order.
Public fieldStatic memberONE_EREC_PER_AGGR
One of the records that compose a aggregated record will be returned.
Public fieldStatic memberZERO_ERECS_PER_AGGR
None of the records that compose a aggregated record will be returned.

See Also