Try OpenEdge Now
Java Open Clients
Accessing ABL ProDataSets
:
ProDataGraph class
:
Extended methods
:
addProDataObject( )
addProDataObject( )
Adds the
ProDataObject
instance to its
ProDataObject
collection within the
ProDataGraph
, as specified by the overloaded methods.
Syntax
void addProDataObject(ProDataObject
dataObj
)
void addProDataObject(int
index
, ProDataObject
dataObj
)
dataObj
Specifies the
ProDataObject
to add.
index
Specifies the location in the
ProDataObject
collection to add the
ProDataObject
. If you do not specify
index
, the method adds the
ProDataObject
to the end of the collection.