BBjRecordSet::addMapping
Description
In BBj 8.00 and higher, this method creates a mapping for a field in a BBjRecordSet object.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
addMapping(string diskField, string presField, BBjMappingSource source, BBjMappingAction action) |
Parameters
|
Variable |
Description |
|---|---|
|
action |
The MappingAction for the new mapping |
|
diskField |
The field in the RecordSet to be mapped |
|
presField |
The new field created by the mapping |
|
source |
The MappingSource for the new mapping |
Return Value
None.
Example
See Also
Working with RecordSet Mappings
Advantage Article: BASIS Adds Mapping Functionality to BBjRecordSets
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.