This function deletes elements from the sequence.
MCO_RET classname_fieldname_delete( classname *handle, mco_seq_no_t from, mco_seq_no_t till );
| handle | A pointer to a classname handle |
| from | |
|
till |
|
This function applies to sequence fields.
| MCO_S_OK | The value was put successfully |
| MCO_E_ACCESS | The transaction that the class handle is scoped to is MCO_READ_ONLY |