IDwoGroup Interface
.NET Standard 2.x
Represents a group defined in DataObject.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Implements
PowerScript.Bridge.IDwReadOnlyGroup
PowerScript.Bridge.IDwNode<IDwGroup>
Syntax
public interface IDwGroup : IDwReadOnlyGroup, IDwNode<IDwGroup>
Property
Name | Return Type | Description |
---|---|---|
By | IReadOnlyList<IReadOnlyExpressionable<object>> | Gets the grouping columns. (Inherited from IDwReadOnlyGroup) |
Level | System.Int16 | Gets the level of this group. (Inherited from IDwReadOnlyGroup) |
Sort | IReadOnlyExpressionable<String> | Gets the sorting criteria for this group. (Inherited from IDwReadOnlyGroup) |