project QadFinancials > class BCounty > business logic query CountyPrim
Description
Primary Query for table County
Parameters
| iiCounty_ID | integer | |
| icCountyCode | character | |
query condition
each County where
County.County_ID = iiCounty_ID AND
County.CountyCode = icCountyCode
query resultset tqCountyPrim
| field name | data type | db field | description |
| tiCounty_ID | integer | County.County_ID | Record ID |
| tcCountyCode | character | County.CountyCode | County Code |
| tcCountyDescription | character | County.CountyDescription | Description |
Internal usage
QadFinancials