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