iluvadev / PocketBaseClient

C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
34 stars 8 forks source link

Update only changed properties #2

Open iluvadev opened 1 year ago

iluvadev commented 1 year ago

At now, when a property value is modified, the object is marked as modified with local changes. The save operation updates all object.

Actually: