Pass DATASET-HANDLE and TABLE-HANDLE parameters example
- Last Updated: February 11, 2026
- 3 minute read
- OpenEdge
- Version 13.0
- Documentation
You can use .NET Open Client DATASET-HANDLE and TABLE-HANDLE
parameters to send/receive datasets and temp-tables to/from the application server, as
shown in the following example code.
ABL code
| dynOutDataSet.p |
|---|
|
| dynInpOutDataSet.p |
|---|
|
| dynInpDataSet.p |
|---|
|
| dynOutTable.p |
|---|
|
| dynInpOutTable.p |
|---|
|
| dynInpTable.p |
|---|
|
OpenAPI code
|