Show / Hide Table of Contents

    IGroupingGetter<TModel>.GetEnumerator() Method

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

    0.5.0-alpha

    1.0.1 (current)

    When the IsGroup property is true, returns an enumerator that iterates through the group.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

        IEnumerator<IGroupingGetter<TModel>> GetEnumerator();
    

    Return

    System.Collections.Generic.IEnumerator<IGroupingGetter<TModel>>

    An enumerator that iterates through the group.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon