QuoteReplyTopic: How to Save Entity without the Automatic requery Posted: 14-Nov-2012 at 2:35pm
I have a database which is used for logging data only. The connection login that is used has only write permissions in the database, not select. This works to save the entity, but then DF queries the database, usually to get the new ID. This throws an error in this case as there is no select permissions.
A guid is being used as the ID, so there is really no reason to do the query after the save.
The RequiresAuthenication attribute does not work as the user is not authenticated, and so it doesn't allow writing to the database.
I am just trying to lock down the data as much as possible.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum