[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IVersionMapper.Type(NHibernate.Type.IVersionType)"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void Type(
	IVersionType persistentType
)
Visual Basic
Sub Type ( _
	persistentType As IVersionType _
)
Visual C++
void Type(
	IVersionType^ persistentType
)

Parameters

persistentType
Type: NHibernate.Type..::..IVersionType

[Missing <param name="persistentType"/> documentation for "M:NHibernate.Mapping.ByCode.IVersionMapper.Type(NHibernate.Type.IVersionType)"]

See Also