Share via


GroupByType Members

Include Protected Members
Include Inherited Members

The GroupByType class represents an arbitrary grouping for FindItem queries.

The GroupByType type exposes the following members.

Constructors

  Name Description
Public method GroupByType The GroupByType constructor initializes a new instance of the GroupByType class.

Top

Properties

  Name Description
Public property AggregateOn The AggregateOn property gets or sets a field that is used to determine the order of groups in a response.
Public property Item The Item property gets or sets a field that specifies the property that a FindItem query uses to group results.
Public property Order The Order property gets or sets the order of the groups in the grouped item array that is returned in the response. (Inherited from BaseGroupByType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top