PO Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by PO.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new purchase order record to the PO table. The purchase order is uniquely identified by the purchase order ID in the purchase order record. |
![]() ![]() | Delete | The Delete() method deletes a specified purchase order record from the PO table. The purchase order is uniquely identified by the purchase order ID in the purchase order record. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more purchase order records from the PO table, as specified by the filter parameters. Passing no filter parameters will retrieve all purchase order records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified purchase order record from the PO table. The purchase order is uniquely identified by the purchase order ID in the purchase order record. |
![]() ![]() | Update | The Update() method updates all columns of the specified purchase order record in the PO table. The purchase order is uniquely identified by the purchase order ID in the purchase order record. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified purchase order record in the PO table. The purchase order is uniquely identified by the purchase order ID in the purchase order record. |

