Data Scopes
The LLBLGen Pro Runtime Framework supports Data Scopes, which make it extremely easy to work with entity objects in UIs: you just define which queries to run
and bind the entity objects to the UI elements. Data Scopes take care of the rest: a single Unit of Work object, containing all
changes to perform on the database, is returned, which you can commit in one go.
Read more