Show / Hide Table of Contents

    IDwGroup Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents a group defined in DataObject.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Implements

    PowerBuilder.Data.IDwReadOnlyGroup

    PowerBuilder.Data.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)
    Back to top Generated by Appeon