CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Sql.DataStores.IExpressionTreeConverter Interface Reference

Converts Expression trees. More...

+ Inheritance diagram for Cqrs.Sql.DataStores.IExpressionTreeConverter:

Public Member Functions

Dictionary< MemberInfo, LambdaExpression > GetMappings ()
 A collection of LambdaExpression grouped by MemberInfo. More...
 
Expression Visit (Expression node)
 Dispatches the Expression to one of the more specialized visit methods in this class. More...
 
ReadOnlyCollection< Expression > Visit (ReadOnlyCollection< Expression > nodes)
 Dispatches the list of expressions to one of the more specialized visit methods in this class. More...
 

Detailed Description

Converts Expression trees.