Syntax

You must define the meta data for each temp-table contained by the ProDataSetMetaData. For more information, see Define a TempTableMetaData object and Add field descriptions to the TempTableMetaData object.

You can then add the temp-table meta data (TempTableMetaData) to the ProDataSetMetaData object using the following ProDataSetMetaData method:

public void AddDataTable(TempTableMetaData dtMetaData)
dtMetaData
Specifies the meta data for a temp-table.