Hello,
in the ORM documentation i've read that recordsets are immutable, how so ???
immutable means that you can not change a value in that recordset , but we can do that using a write method , so what do they mean by immutable ?
and what is the difference between a recordsets and sets , because in the documentation they say that recorsets are immutable but we can do operations on sets , i'm confused