Returns true if the listener is performing the operation on the specified entity.
Namespace: NHibernate.Event.DefaultAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public bool IsOperatedOn( Object entity ) |
Visual Basic |
---|
Public Function IsOperatedOn ( _ entity As Object _ ) As Boolean |
Visual C++ |
---|
public: bool IsOperatedOn( Object^ entity ) |
Parameters
- entity
- Type: System..::..Object
Must be non-null and this EventCache must contain a mapping for this entity
Return Value
[Missing <returns> documentation for "M:NHibernate.Event.Default.EventCache.IsOperatedOn(System.Object)"]