You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xeva
Hi,
Briefly: What is IEntity.Version?
Cheers,
Miika
David Laribee
unread,
Mar 26, 2008, 6:31:59 PM3/26/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xe...@googlegroups.com
Mikka,
IEntity.Version is for version tracking of entity data. This can be used to implement an optimistic concurrency mechanism. If you are using NHibernate or our wrapper for NHibernate ("Store"), you'll want to create a <version/> mapping to this property or an underlying property exposed by this property.