Does the given identifier belong to a new instance
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function IsUnsaved ( _ id As Object _ ) As Boolean |
C# |
---|
public virtual bool IsUnsaved( Object id ) |
Visual C++ |
---|
public: virtual bool IsUnsaved( Object^ id ) |
JavaScript |
---|
function isUnsaved(id); |
Parameters
- id
- Type: System..::.Object