Instantiate a collection wrapper (called when loading an object)

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

Syntax

Visual Basic (Declaration)
Public Function GetCollection ( _
	role As String, _
	id As Object, _
	owner As Object _
) As Object
C#
public Object GetCollection(
	string role,
	Object id,
	Object owner
)
Visual C++
public:
virtual Object^ GetCollection(
	String^ role, 
	Object^ id, 
	Object^ owner
) sealed
JavaScript
function getCollection(role, id, owner);

Parameters

role
Type: System..::.String
id
Type: System..::.Object
owner
Type: System..::.Object

Return Value

Implements

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

See Also