When the client application passes a dynamic temp-table (
TABLE-HANDLE parameter) as an
INPUT parameter, the proxy does not know the schema (meta data) for the temp-table. In this case, the client must provide an instance of
System.Data.DataTable that contains both the schema and data for the
TABLE-HANDLE parameter. The client can use the methods on the
System.Data.DataTable class to add the schema and rows for the temp-table. Also, the client might need to define ABL-specific mappings for the DataTable. See
Providing ABL extensions for INPUT TABLE-HANDLE parameters.