Hello,
How to use the optimistic concurrency control when we update the database with iBatis.Net ? Because, when we use the <insert> or <update> elements, we can only pass one parameter : the object to insert or to update. But there is no other parameter to pass the data to the optimistic concurrency control. Thank you for your help.

