Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SaveOrUpdate ( _ obj As Object _ ) |
C# |
---|
public void SaveOrUpdate( Object obj ) |
Visual C++ |
---|
public: virtual void SaveOrUpdate( Object^ obj ) sealed |
JavaScript |
---|
function saveOrUpdate(obj); |
Parameters
- obj
- Type: System..::.Object