A NHibernate persistent object (entity) type

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

Syntax

C#
public static IType Entity(
	Type persistentClass
)
Visual Basic
Public Shared Function Entity ( _
	persistentClass As Type _
) As IType
Visual C++
public:
static IType^ Entity(
	Type^ persistentClass
)

Parameters

persistentClass
Type: System..::..Type
a mapped entity class

Return Value

[Missing <returns> documentation for "M:NHibernate.NHibernateUtil.Entity(System.Type)"]

See Also