Click or drag to resize

SqlQueryExpressionBuilder.Visit Method

Overload List
  NameDescription
Public methodVisit(Expression)
Visit a query expression
(Overrides ExpressionVisitor.Visit(Expression).)
Public methodVisit(ReadOnlyCollection<Expression>)
Dispatches the list of expressions to one of the more specialized visit methods in this class.
(Inherited from ExpressionVisitor.)
Top
See Also