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.IExtendableQuery Interface Reference

This interface is used to allow for extension of prebuilt queries More...

Inheritance diagram for Highway.Data.Interfaces.IExtendableQuery:
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.

Public Member Functions

void AddMethodExpression (string methodName, Type[] generics, Expression[] parameters)
 Adds a method to the expression in the query object

Detailed Description

This interface is used to allow for extension of prebuilt queries


Member Function Documentation

void Highway.Data.Interfaces.IExtendableQuery.AddMethodExpression ( string  methodName,
Type[]  generics,
Expression[]  parameters 
)

Adds a method to the expression in the query object

Parameters:
methodNameThe name of the method to be added i.e. GroupBy
genericsAny type parameters needed by the method to be added
parametersAny object parameters needed by the method to be added

Implemented in Highway.Data.QueryObjects.QueryBase.


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