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 a ProDataSetMetaData object
 
Defining a ProDataSetMetaData object
For each ProDataSet parameter you must define a Progress.Open4GL.Proxy.ProDataSetMetaData object. You use this object to specify the schema for the ProDataSet when you set the DATASET or DATASET-HANDLE parameter in the ParamArray object. You can create an instance of this object using the following constructor:

Syntax

public ProDataSetMetaData(string proDataSetName, string strongTypeName)
proDataSetName
Specifies the ProDataSet name in ABL.
strongTypeName
Specifies the type name for a strongly-typed ADO.NET DataSet, or null.