Click or drag to resize
QueryTCreateQueryTS Method (Expression)
Creates the query for type and current expression.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public IQueryable<TS> CreateQuery<TS>(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression

[Missing <param name="expression"/> documentation for "M:Intuit.Ipp.LinqExtender.Query`1.CreateQuery``1(System.Linq.Expressions.Expression)"]

Type Parameters

TS
currenty type passed by frameowrk

Return Value

Type: IQueryableTS

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Query`1.CreateQuery``1(System.Linq.Expressions.Expression)"]

See Also