A user type that may be used for a version property.

Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IUserVersionType : IUserType, 
	IComparer
Visual Basic
Public Interface IUserVersionType _
	Inherits IUserType, IComparer
Visual C++
public interface class IUserVersionType : IUserType, 
	IComparer

See Also