IGroupingGetter<TModel>.IsGroup Property
.NET Standard 2.x | Current Version (1.0.1) 
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