This function joins a specified sequence to the sequence.
MCO_RET classname_fieldname_join( /*IN*/ classname *handle, mco_seq_iterator_h result, mco_seq_iterator_h join_with);
handle | A pointer to a classname handle |
result |
|
join_with |
This function applies to sequence fields. This function joins a specified sequence to the sequence.
MCO_S_OK | The value was put successfully |
MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |