BBjRecordData
Description
In BBj 4.0 and higher, the BBjRecordData object represents a single record in a record set.
Creation
BBjAPI > BBjRecordSet> BBjRecordData
The BBjRecordData object is created through the following BBjRecordSet object methods:
Return Value |
Method |
---|---|
BBjRecordData |
|
BBjRecordData |
|
BBjRecordData |
Methods of BBjRecordData
Return Value |
Method |
---|---|
byte[] |
getFieldValue(string fieldname) |
void |
setFieldValue(string fieldname, string value) |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.