This function projects this sequence to the specified sequence.
MCO_RET classname_fieldname_project( /*IN*/ classname *handle, mco_seq_iterator_h dst, mco_seq_iterator_h src );
handle | A pointer to a classname handle |
dst | The destination (result) sequence |
src |
The source sequence |
This function applies only to fields of type sequence. The function projects the source sequence src
to the destination sequence dst
.
MCO_S_OK | The value was put successfully |
MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |