[ Version ( since = "3.32" ) ]
public void copy_missing_to_column_values (string[] column_names, string[] column_values, ref CacheColumnValues other_columns)
Adds every column value which is not part of the other_columns to it, except of E_CACHE_COLUMN_UID, E_CACHE_COLUMN_REVISION,
E_CACHE_COLUMN_OBJECT and E_CACHE_COLUMN_STATE columns.
This can be used within the callback of foreach_update.
| this |
an Cache |
| column_names |
column names |
| column_values |
column values |
| other_columns |
an CacheColumnValues to fill |
| ncols |
count of columns, items in column_names and column_values |