Executes the strongly-typed query represented by a specified System.Linq.Expressions.Expression tree.
Declaring type: InterLinqQueryProvider
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public virtual TResult Execute<TResult> (
        Expression expression
) 
Type Parameters
TResult
The System.Type of the value that is returned by the query execution.
Parameters
expression
An System.Linq.Expressions.Expression that represents a LINQ query.
Return Value
A value of type TResult that results from executing the specified query.