Repesents an event that occurs whenever a database query is performed. This event can only be audited; you cannot subscribe to it.

You can instantiate a QueryEvent object in the following ways:


The following tables list the members exposed by IQueryEvent.

Public Properties

 NameDescription
Public propertyQueryTextThe original query text from which the query was generated.
Top

See Also