BBjMappingDescription
Description
In BBj 8.00 and higher, BBjMappingDescription describes a field's mapping status.
Creation
BBjAPI > BBjRecordSet > BBjMappingDescription
A BBjMappingDescription object is obtained through the following BBjRecordSet method:
| Return Value | Method |
|---|---|
|
BBjMappingDescription |
getMappingDescription(string field) |
Methods of BBjMappingDescription
| Return Value | Method |
|---|---|
|
string |
|
|
BBjMappingAction |
|
|
BBjMappingSource |
|
|
string |
|
|
int |
getType() |
Remarks
The mapping description does not allow for a mapping configuration, it only describes it.
Constants
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.