IGroupMeta Interface
.NET Standard 2.x
Represents the information of a group.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public interface IGroupMeta : IReadOnlyMetaGroup, IDwoElement<IGroupMeta>
Properties
| Name | Return Type | Description |
|---|---|---|
| By | List<IExpressionable<object>> | Gets and sets the grouping columns. |
| Level | System.Int16 | Gets the level of this group. |
| Sort | IExpressionable<string> | Gets and sets the sorting criteria for this group. |