Try OpenEdge Now
skip to main content
.NET Open Clients
Using the Open Client .NET OpenAPI to Directly Access the AppServer : Setting up parameters and return types : Defining the schema for a ProDataSet parameter : Defining the temp-tables for the ProDataSetMetaData object
 
Defining the temp-tables for the ProDataSetMetaData object
You must define the meta data for each temp-table contained by the ProDataSetMetaData. For more information, see Defining a TempTableMetaData object and Adding 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:

Syntax

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