QueryEventArgs Class

Summary

Arguments for Db4objects.Db4o.Query.IQuery related events.
graph BT Type-->Base0["TransactionalEventArgs"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Events/TransactionalEventArgs" Base0-->Base1["EventArgs"] Type["QueryEventArgs"] class Type type-node

Syntax

public class QueryEventArgs : TransactionalEventArgs

Constructors

Name Summary
QueryEventArgs(Transaction, IQuery) Creates a new instance for the specified Db4objects.Db4o.Query.IQuery instance.

Properties

Name Value Summary
Query IQuery
The Db4objects.Db4o.Query.IQuery which triggered the event.

Methods

Name Value Summary
ObjectContainer() IObjectContainer
Inherited from TransactionalEventArgs
Transaction() Object
Inherited from TransactionalEventArgs

See Also

  • Db4objects.Db4o.Events.IEventRegistry