Showing related tags and posts accross the entire site.
-
OK, forget my previously posted code, I was on the wrong track. With a normal DataSource one would use the DataSource.Insert() method, but the typed entity datasource expects an IDictionary or an Entity as argument for the insert method, therefore I started to look in the wrong direction trying to get...
-
Hi Werner, After you studied in detail the entity caching behaviour, do you have any idea how one could apply the entity caching for a delayed insert of an entity in a wizard ? In other words: save the input to an entity, cache the entity (without saving it to database) and at the last page of the wizard...
-
I don't see how this could ever work since the select is a SelectByID in which the ID does not exist before insert in the database and is set to 0 to indicate an insert operation. By purpose, there will be no insert before the explicit transaction that wraps up the input of all wizard pages and which...