Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function IsDirty ( _ old As Object, _ current As Object, _ checkable As Boolean(), _ session As ISessionImplementor _ ) As Boolean |
C# |
---|
public override bool IsDirty( Object old, Object current, bool[] checkable, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual bool IsDirty( Object^ old, Object^ current, array<bool>^ checkable, ISessionImplementor^ session ) override |
JavaScript |
---|
function isDirty(old, current, checkable, session); |
Parameters
- old
- Type: System..::.Object
- current
- Type: System..::.Object
- checkable
- Type: array<
System..::.Boolean
>[]()[]
- session
- Type: NHibernate.Engine..::.ISessionImplementor