Click or drag to resize
IQueryContextTExecute Method
Executes the current Linq query.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
IEnumerable<T> Execute(
	Expression exprssion,
	bool isToIdsQueryMethod,
	out string idsQuery
)

Parameters

exprssion
Type: Intuit.Ipp.LinqExtender.AstExpression

[Missing <param name="exprssion"/> documentation for "M:Intuit.Ipp.LinqExtender.IQueryContext`1.Execute(Intuit.Ipp.LinqExtender.Ast.Expression,System.Boolean,System.String@)"]

isToIdsQueryMethod
Type: SystemBoolean

[Missing <param name="isToIdsQueryMethod"/> documentation for "M:Intuit.Ipp.LinqExtender.IQueryContext`1.Execute(Intuit.Ipp.LinqExtender.Ast.Expression,System.Boolean,System.String@)"]

idsQuery
Type: SystemString

[Missing <param name="idsQuery"/> documentation for "M:Intuit.Ipp.LinqExtender.IQueryContext`1.Execute(Intuit.Ipp.LinqExtender.Ast.Expression,System.Boolean,System.String@)"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.IQueryContext`1.Execute(Intuit.Ipp.LinqExtender.Ast.Expression,System.Boolean,System.String@)"]

See Also