Determine if the given field values are dirty.
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function FindModified ( _ old As Object(), _ current As Object(), _ obj As Object, _ session As ISessionImplementor _ ) As Integer() |
C# |
---|
public virtual int[] FindModified( Object[] old, Object[] current, Object obj, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual array<int>^ FindModified( array<Object^>^ old, array<Object^>^ current, Object^ obj, ISessionImplementor^ session ) |
JavaScript |
---|
function findModified(old, current, obj, session); |
Parameters
- old
- Type: array<
System..::.Object
>[]()[]
- current
- Type: array<
System..::.Object
>[]()[]
- obj
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor