TABLE and TABLE-HANDLE

Syntax

The following are the data type-specific methods for adding an ABL temp-table (TABLE or TABLE-HANDLE) parameter:

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.