PostCollectionChangeAction Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
NoAction | 0 | A set filter or sorter isn't re-applied to the changed entity/ies, so the change won't affect the order of the entities in the view nor which rows are in the view. | |
ReapplyFilterAndSorter | 1 | The set filter and the set sorter are re-applied to the entity which caused the change. This is the default and will make the entity view a true 'live' view on the related entity collection | |
ReapplySorter | 2 | The set sorter is re-applied to the entities in the view. |
(c)2002-2018 Solutions Design bv