There's more...

If you want to duplicate an existing record, you can use the copy() method as follows. Internally, this method will fetch the data and then call the create method. This method will return a new recordset with duplicate values:

new_record = old_record.copy()
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset