Add the TempTableMetaData with its DataTable as a temp-table parameter
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Add the TempTableMetaData with its DataTable as a temp-table parameter
Add the TempTableMetaData object together with ADO.NET
DataTable it describes by passing them as parameters of the
AddTable( ) or AddTableHandle( ) method that you use to
add the temp-table parameter to the ParamArray object. For more information,
see TABLE and TABLE-HANDLE.
Sample OpenAPI fragment adding a temp-table parameter
The following example adds a temp-table parameter defined with no indexes.
|