|
Options |
Name |
Purpose |
|
+
|
MapResultsetIntoTempTable (handle, character, character, character, table-handle)
|
Appends records from the passed ProDataset to the provided temp-table.
Supports joining multiple ProDataset records (parent/child) and field
mapping.
|
|
+
|
MapResultsetIntoTempTable (handle, character, character, character, character, table-handle)
|
Appends records from the passed ProDataset to the provided temp-table.
Supports joining multiple ProDataset records (parent/child) and field
mapping.
|
|
+
|
MapResultsetIntoTempTable (handle, character, character, character, character[], table-handle)
|
Appends records from the passed ProDataset to the provided temp-table.
Supports joining multiple ProDataset records (parent/child) and field
mapping.
|
|
+
|
MapResultsetIntoTempTable (handle, handle, character, character)
|
Merges ProDataset records from the passed ProDataset to the provided
target temp-table record
Supports joining multiple ProDataset records (parent/child) and field
mapping.
|
|
+
|
MapResultsetIntoTempTable (handle, handle, character, character[])
|
Merges ProDataset records from the passed ProDataset to the provided
target temp-table record
Supports joining multiple ProDataset records (parent/child) and field
mapping.
|
|
+
|
RetrieveDataAndMapResultset (character, character, character, IQueryExpression, character, table-handle)
|
Fetches Records from a Business Entity and appends them based on
the provided field mapping to the provided temp-table
|
|
+
|
RetrieveDataAndMapResultset (character, character, character, IQueryExpression, character, character, table-handle)
|
Fetches Records from a Business Entity and appends them based on
the provided field mapping to the provided temp-table
|
|
+
|
RetrieveDataAndMapResultset (character, character, character, IQueryExpression, character, character[], table-handle)
|
Fetches Records from a Business Entity and appends them based on
the provided field mapping to the provided temp-table
|