CauseGrp Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see CauseGrp members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new cause group record to the Cause_Grp table. |
![]() ![]() | Delete | The Delete() method removes the specified cause group record from the Cause_Grp table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more cause group records from the Cause_Grp table, as specified by the filter parameters. Passing no filter parameters will retrieve all cause group records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified cause group record from the Cause_Grp table. |
![]() ![]() | Update | The Update() method updates all columns for the specified cause group record in the Cause_Grp table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified cause group record in the Cause_Grp table. |

