Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function LoadByUniqueKey ( _
	clazz As Type, _
	uniqueKeyPropertyName As String, _
	id As Object _
) As Object
C#
public Object LoadByUniqueKey(
	Type clazz,
	string uniqueKeyPropertyName,
	Object id
)
Visual C++
public:
virtual Object^ LoadByUniqueKey(
	Type^ clazz, 
	String^ uniqueKeyPropertyName, 
	Object^ id
) sealed
JavaScript
function loadByUniqueKey(clazz, uniqueKeyPropertyName, id);

Parameters

clazz
Type: System..::.Type
uniqueKeyPropertyName
Type: System..::.String
id
Type: System..::.Object

Return Value

Implements

ISessionImplementor..::.LoadByUniqueKey(Type, String, Object)

See Also