Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsSaved ( _ obj As Object _ ) As Boolean |
C# |
---|
bool IsSaved( Object obj ) |
Visual C++ |
---|
bool IsSaved( Object^ obj ) |
JavaScript |
---|
function isSaved(obj); |
Parameters
- obj
- Type: System..::.Object