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

The base interface that surfaces SQL output of the Query statement More...

Inheritance diagram for Highway.Data.Interfaces.IQueryBase:
Highway.Data.Interfaces.IAsyncQuery< T > Highway.Data.Interfaces.IQuery< out T > Highway.Data.Interfaces.IQuery-g< T > Highway.Data.QueryObjects.AsyncQuery< T > Highway.Data.QueryObjects.Query< T > Highway.Data.EntityFramework.StructureMap.Example.Queries.LastNameQuery

List of all members.

Public Member Functions

string OutputSQLStatement (IDataContext context)
 This executes the expression against the passed in context to generate the SQL statement, but doesn't execute the IQueryable against the data context

Detailed Description

The base interface that surfaces SQL output of the Query statement


Member Function Documentation

string Highway.Data.Interfaces.IQueryBase.OutputSQLStatement ( IDataContext  context)

This executes the expression against the passed in context to generate the SQL statement, but doesn't execute the IQueryable against the data context

Parameters:
contextThe data context that the query is evaluated and the SQL is generated against
Returns:
The SQL Statement from the Query

Implemented in Highway.Data.QueryObjects.Query< T >, and Highway.Data.QueryObjects.AsyncQuery< T >.


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