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
<FlagsAttribute>
Public Enumeration QueryApiOperations
[FlagsAttribute]
public enum class QueryApiOperations
[<FlagsAttribute>]
type QueryApiOperations
Members
| Member name | Value | Description |
---|
| None | 0 | No operations specified. |
| Filter | 1 | The ability to apply filtering to query results. |
| OrderBy | 2 | The ability to apply sorting to query results. |
| Paging | 4 | The ability to apply paging to query results. |
| Count | 8 | The ability to return only the number of matching query results. |
See Also