You must define the meta data for each temp-table defined by the ProDataGraphMetaData. For more information, see Define the schema for temp-tables in a ProDataSet. You can then add the temp-table meta data (ProDataObjectMetaData) to the ProDataGraphMetaData object using the following ProDataGraphMetaData method:

Syntax

public void addTable(ProDataObjectMetaData doMetaData)
doMetaData
Specifies the meta data for a temp-table.