GroupDataSetQuery.ReadGroups Property
Gets or sets a flag that indicates whether groups are read from a GroupDataSet.
Syntax
public System.Boolean ReadGroups { get; set; }
Property Value
Default: true
True if groups should be read; otherwise, False.
Remarks
Setting this property to False will make a GroupDataSet behave exactly as a MemoryDataSet when it is being queried.
Platforms
Windows, Linux, Android