Get the IEntityPersister for any instance

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

Syntax

C#
IEntityPersister GetEntityPersister(
	string entityName,
	Object obj
)
Visual Basic
Function GetEntityPersister ( _
	entityName As String, _
	obj As Object _
) As IEntityPersister
Visual C++
IEntityPersister^ GetEntityPersister(
	String^ entityName, 
	Object^ obj
)

Parameters

entityName
Type: System..::..String
optional entity name
obj
Type: System..::..Object
the entity instance

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.ISessionImplementor.GetEntityPersister(System.String,System.Object)"]

See Also