project BLF > class Query Component

business class (abstract)
inherited from Business Component

Description

A query class is a business class that
- can not have a class dataset (and so can not update the application database)
- can have queries on any tables of the application database
- can have any other business code


methods