GroupingBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recommends to client applications how to build queries within the hierarchy.
public enum GroupingBehavior
type GroupingBehavior =
Public Enum GroupingBehavior
- Inheritance
-
GroupingBehavior
Fields
Name | Value | Description |
---|---|---|
EncourageGrouping | 0 | Client applications are encouraged to group by each member of hierarchy. |
DiscourageGrouping | 1 | Client applications are discouraged from grouping on each member of hierarchy. |