BBjRecordSet::addMapping

Description

In BBj 8.0 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.

Remarks

See Working with RecordSet Mappings for an in depth discussion of RecordSet mappings.

Example

See Also

BBjAPI

BBjRecordSet

BBjMappingDescription

Working with RecordSet Mappings

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.