Process Method
- Last UpdatedApr 08, 2026
- 1 minute read
Performs the business logic of the BLTComponent. It must be implemented by the Developer.
This method is called by the BLTComponent when the client calls the Business Logic Tier (BLT) Execute method. This method is responsible for all business logic functions, including extracting parameters, connecting to databases, and returning data to the client. The various properties of the BLTProcessor can be used to assist in business logic development.