CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced 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.