[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyPropertyMapper.Type(NHibernate.Type.IType)"]

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

Syntax

C#
public void Type(
	IType persistentType
)
Visual Basic
Public Sub Type ( _
	persistentType As IType _
)
Visual C++
public:
virtual void Type(
	IType^ persistentType
) sealed

Parameters

persistentType
Type: NHibernate.Type..::..IType

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

Implements

IPropertyMapper..::..Type(IType)

See Also