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.

◆ Visit() [1/2]

Expression Cqrs.Sql.DataStores.IExpressionTreeConverter.Visit ( Expression  node)

Dispatches the Expression to one of the more specialized visit methods in this class.

Parameters
nodeThe Expression to visit.
Returns
The modified Expression, if it or any subexpression was modified; otherwise, returns the original Expression.