The ENEQuery type exposes the following members.

Methods

  NameDescription
Public methodAddSelection
Adds the field named fieldName to the set of fields that should be returned for each record in the result set.
Public methodContainsAggrERecQuery
Returns if this query includes a aggregated record query.
Public methodContainsDimSearchQuery
Returns if this query includes a dimension search query.
Public methodContainsERecQuery
Returns if this query includes a record query.
Public methodContainsERecsQuery
Returns if this query includes a query for records.
Public methodContainsNavQuery
Returns whether the query includes a navigation query.
Public methodContainsQuery
Returns whether the query is querying for any of a navigation, record, dimension search, or a value set search.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNavActiveSortKeys
Get the list of sort keys with which the navigation query's records will be sorted.
Public methodGetNavSortKey Obsolete.
Gets the sort key with which the navigation query's records will be sorted.
Public methodGetNavSortOrder Obsolete.
Gets the sort order with which the navigation query's records will be sorted.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetNavActiveSortKeys
Set the list of sort keys with which the navigation query's records will be sorted.
Public methodSetNavSortKey Obsolete.
Sets the sort key with which the navigation query's records will be sorted.
Public methodSetNavSortOrder Obsolete.
Sets the sort order with which the navigation query's records will be sorted.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also