Show / Hide Table of Contents

    IGroupingGetter.IsGroup Property

    .NET Standard 2.x

    Whether the current IGroupingGetter object represents a group.

    Namespace: DWNet.Data

    Assembly: DWNet.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