IExtObjectContainer.

OpenSession() Method

Summary

opens a new ObjectContainer on top of this ObjectContainer.

Syntax

IObjectContainer OpenSession()

Remarks

opens a new ObjectContainer on top of this ObjectContainer. The ObjectContainer will have it's own transaction and it's own reference system.

Return Value

Type Description
IObjectContainer the new ObjectContainer session.