Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SaveOrUpdateCopy ( _ obj As Object _ ) As Object |
C# |
---|
public Object SaveOrUpdateCopy( Object obj ) |
Visual C++ |
---|
public: virtual Object^ SaveOrUpdateCopy( Object^ obj ) sealed |
JavaScript |
---|
function saveOrUpdateCopy(obj); |
Parameters
- obj
- Type: System..::.Object