IGroupingGetter<TModel>.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