Instantiate a collection wrapper (called when loading an object)
Namespace:
NHibernate.ImplAssembly: 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); |