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() [2/2]

ReadOnlyCollection<Expression> Cqrs.Sql.DataStores.IExpressionTreeConverter.Visit ( ReadOnlyCollection< Expression >  nodes)

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

Parameters
nodesThe expressions to visit.
Returns
The modified Expression list, if any one of the elements were modified; otherwise, returns the Expression expression list.