Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataGraph class : Constructors : ProDataGraph created from meta data
 
ProDataGraph created from meta data
The following constructor creates a ProDataGraph object with the specified meta data:

Syntax

ProDataGraph(ProDataGraphMetaData dgmd)
dgmd
Specifies the meta data as a ProDataGraphMetaData object, which provides all the information necessary to map the ProDataGraph to an ABL ProDataSet. (See ProDataGraphMetaDataclass.)