Pass DATASET and TABLE parameters example
- Last Updated: October 3, 2024
- 3 minute read
- OpenEdge
- Version 12.2
- Documentation
You can use .NET Open Client DATASET and TABLE
parameters to send/receive datasets and temp-tables to/from the application server, as
shown in the following example code.
ABL code
| OutDataSet.p |
|---|
|
| InpOutDataSet.p |
|---|
|
| InpDataSet.p |
|---|
|
| OutTable.p |
|---|
|
| InpOutTable.p |
|---|
|
| InpTable.p |
|---|
|
OpenAPI code
|