Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Events
Highway.Data.Interfaces.IObservableQuery Interface Reference

The interface used to surface events for queries that support interceptors More...

Inheritance diagram for Highway.Data.Interfaces.IObservableQuery:
Highway.Data.QueryObjects.QueryBase Highway.Data.QueryObjects.Command Highway.Data.QueryObjects.Query< T > Highway.Data.QueryObjects.Scalar< T > Highway.Data.QueryObjects.Query-g< Person > Highway.Data.EntityFramework.StructureMap.Example.Queries.LastNameQuery

List of all members.

Events

EventHandler< PreQueryEventArgsPreQuery
 The event fired just before the query goes to the database
EventHandler< PostQueryEventArgsPostQuery
 The event fire just after the data is translated into objects but before the data is returned.

Detailed Description

The interface used to surface events for queries that support interceptors


Event Documentation

EventHandler<PostQueryEventArgs> Highway.Data.Interfaces.IObservableQuery.PostQuery

The event fire just after the data is translated into objects but before the data is returned.

Implemented in Highway.Data.QueryObjects.QueryBase.

EventHandler<PreQueryEventArgs> Highway.Data.Interfaces.IObservableQuery.PreQuery

The event fired just before the query goes to the database

Implemented in Highway.Data.QueryObjects.QueryBase.


The documentation for this interface was generated from the following file: