BBjRecordSet::getMappingDescription
Description
In BBj 8.0 and higher, this method returns a BBjMappingDescription for a given field.
Syntax
Return Value |
Method |
---|---|
getMappingDescription(string p_fieldName) |
Parameters
Variable |
Description |
---|---|
p_fieldName |
Specifies the field name (either DiskField or PresentationField). |
Return Value
Returns a BBjMappingDescription.
Remarks
Throws an !ERROR=19 (ARG_ERR) when p_field specifies a non-existent field.
Example
See Also
Working with RecordSet Mappings
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.