Add the TempTableMetaData with its DataTable as a temp-table parameter
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.
|