PoLine Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see PoLine members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new purchase order line item record to the PO_Line table. |
![]() ![]() | Delete | The Delete() method deletes a specified purchase order line item record from the PO_Line table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more purchase order line item records from the PO_Line table and related tables, as specified by the filter parameters. Passing no filter parameters will retrieve all purchase order line item records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified purchase order line item record from the PO_Line table. The purchase order line item is uniquely identified by the combination of the purchase order ID and purchase order line item number. |
![]() ![]() | Update | The Update() method updates all columns of the specified purchase order line item record in the PO_Line table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified purchase order line item record in the PO_Line table. |

