Get the IClassMetadata associated with the given entity name

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

Syntax

C#
IClassMetadata GetClassMetadata(
	string entityName
)
Visual Basic
Function GetClassMetadata ( _
	entityName As String _
) As IClassMetadata
Visual C++
IClassMetadata^ GetClassMetadata(
	String^ entityName
)

Parameters

entityName
Type: System..::..String
the given entity name.

Return Value

The class metadata or nullNothingnullptra null reference (Nothing in Visual Basic) if not found.

See Also