Try OpenEdge Now
.NET Open Clients
Using the Open Client .NET OpenAPI to Directly Access the AppServer
:
Setting up parameters and return types
:
Adding parameters using data type-specific methods
:
TABLE and TABLE-HANDLE
TABLE and TABLE-HANDLE
The following are the data type-specific methods for adding an ABL temp-table (
TABLE
or
TABLE-HANDLE
) parameter:
Syntax
public void AddTable(int
position
, System.Data.DataTable
value
, int
mode
,
TempTableMetaData
metaData
)
public void AddTableHandle(int
position
, System.Data.DataTable
value
,
int
mode
, TempTableMetaData
metaData
)
For information on the parameters to these methods, see
General syntax for add parameter methods
.