Show / Hide Table of Contents

    IDwoGroup Interface

    .NET Standard 2.x

    Represents a group defined in DataObject.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Implements

    PowerScript.Bridge.IDwoReadOnlyGroup

    PowerScript.Bridge.IDwoBase<TDwo>

    DWNet.Data.IGroupMeta

    Syntax

    public interface IDwoGroup : IDwoReadOnlyGroup, IDwoBase<IDwoGroup>, IGroupMeta
    

    Property

    Name Return Type Description
    By List<IExpressionable<object>> Gets the grouping columns.
    Level System.Int16 Gets the level of this group.
    Sort IExpressionable<String> Gets the sorting criteria for this group.
    Back to top Generated by Appeon