BBjMappingDescription
Description
In BBj 8.0 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 | getDiskField() |
BBjMappingAction | getMappingAction() |
BBjMappingSource | getMappingSource() |
string | getPresField() |
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
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.