Executes the query represented by a specified System.Linq.Expressions.Expression tree.
Declaring type: InterLinqQueryProvider
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object Execute (
        Expression expression
) 
Parameters
expression
An System.Linq.Expressions.Expression that represents a LINQ query.
Return Value
An that represents the result of executing the specified query.