A strategy for determining if a version value is an version of
a new transient instance or a previously persistent transient instance.
The strategy is determined by the Unsaved-Value attribute in the mapping file.
Namespace:
NHibernate.Engine
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class VersionValue |
C# |
---|
public class VersionValue |
Visual C++ |
---|
public ref class VersionValue |
JavaScript |
---|
NHibernate.Engine.VersionValue = function();
Type.createClass(
'NHibernate.Engine.VersionValue'); |
Inheritance Hierarchy
See Also