Load the data for the object with the specified id into a newly created object. This is only called when lazily initializing a proxy. Do NOT return a proxy.

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

Syntax

C#
public override Object ImmediateLoad(
	string entityName,
	Object id
)
Visual Basic
Public Overrides Function ImmediateLoad ( _
	entityName As String, _
	id As Object _
) As Object
Visual C++
public:
virtual Object^ ImmediateLoad(
	String^ entityName, 
	Object^ id
) override

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Impl.SessionImpl.ImmediateLoad(System.String,System.Object)"]

id
Type: System..::..Object

[Missing <param name="id"/> documentation for "M:NHibernate.Impl.SessionImpl.ImmediateLoad(System.String,System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.SessionImpl.ImmediateLoad(System.String,System.Object)"]

Implements

ISessionImplementor..::..ImmediateLoad(String, Object)
ISessionImplementor..::..ImmediateLoad(String, Object)

See Also