Show / Hide Table of Contents

    IDwReadOnlyGroup Interface

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

    0.5.0-alpha 1.0.1 (current)

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