Table of Contents

Method Visit

Namespace
Innova.Data
Assembly
Innova.Data.dll

Visit(Expression)

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

public override Expression Visit(Expression node)

Parameters

node Expression

The expression to visit.

Returns

Expression

The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.