Show / Hide Table of Contents

    IGroupingGetter<TModel>.IsGroup Property

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

    0.5.0-alpha

    1.0.1 (current)

    Whether the current IGroupingGetter object represents a group.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

     bool IsGroup { get; }
    

    Property Value

    System.Boolean

    True -- the current IGroupingGetter object represents a group;

    False -- the current IGroupingGetter object represents a row.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon