C1.LiveLinq.LiveViews Namespace > View Class : PurgeEmptyGroups Method |
'Declaration
Public Overridable Sub PurgeEmptyGroups()
public virtual void PurgeEmptyGroups()
This method is used only for GroupBy (grouping) views, does nothing for views of other kinds.
When a grouping view is populated, it does not contain empty groups. But later, as a result of maintaining the grouping view, keeping it in synch with changes in its base data, some of the groups can become empty. If it is undesirable to have empty groups, you can call this method to delete them.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2