Executes the query and returns the requested data.
Declaring type: ClientQueryProvider
Namespace: Zyan.InterLinq.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override TResult Execute<TResult> (
        Expression expression
) 
Type Parameters
TResult
Type of the return value.
Parameters
expression
Return Value
Returns the requested data of Type 'TResult'.