GetDeepInsertableColumns
Retrieves the insertable columns that can be specified during deep inserts when the InsertMode is 'ADD' for the specified table (and LinkedColumn).
Input
| Name | Type | Description |
| TableName | String | Name of the table for which the deep insertable columns are being retrieved. |
| LinkedColumnName | String | Name of the linked column referencing the related table. |
Result Set Columns
| Name | Type | Description |
| LinkedColumnName | String | Name of the linked column referencing the related table. |
| DeepInsertColumnName | String | The name of the column that can be inserted into the temp table during deep inserts. |