IDwReadOnlyGroup Interface
.NET Standard 2.x | Current Version (1.0.1) 
Represents a group defined in DataObject. All properties are read-only.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
public interface IDwReadOnlyGroup
Property
| Name | Return Type | Description |
|---|---|---|
| By | IReadOnlyList<IReadOnlyExpressionable<object>> | Gets the grouping columns. |
| Level | System.Int16 | Gets the level of this group. |
| Sort | IReadOnlyExpressionable<String> | Gets the sorting criteria for this group. |