Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
IType..::.IsDirty(Object, Object, ISessionImplementor)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function IsDirty ( _ x As Object, _ y As Object, _ session As ISessionImplementor _ ) As Boolean |
C# |
---|
public override bool IsDirty( Object x, Object y, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual bool IsDirty( Object^ x, Object^ y, ISessionImplementor^ session ) override |
JavaScript |
---|
function isDirty(x, y, session); |
Parameters
- x
- Type: System..::.Object
- y
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor
Implements
IType..::.IsDirty(Object, Object, ISessionImplementor)IType..::.IsDirty(Object, Object, ISessionImplementor)