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

Syntax

Visual Basic (Declaration)
Public Function SaveOrUpdateCopy ( _
	obj As Object, _
	id As Object _
) As Object
C#
public Object SaveOrUpdateCopy(
	Object obj,
	Object id
)
Visual C++
public:
virtual Object^ SaveOrUpdateCopy(
	Object^ obj, 
	Object^ id
) sealed
JavaScript
function saveOrUpdateCopy(obj, id);

Parameters

obj
Type: System..::.Object
id
Type: System..::.Object

Implements

ISession..::.SaveOrUpdateCopy(Object, Object)

See Also