QueryApiOperations Enumeration

Specifies one or more operations available in query APIs.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[FlagsAttribute]
public enum QueryApiOperations
Members
  Member nameValueDescription
None0No operations specified.
Filter1The ability to apply filtering to query results.
OrderBy2The ability to apply sorting to query results.
Paging4The ability to apply paging to query results.
Count8The ability to return only the number of matching query results.
See Also