Fork me on GitHubEpicdominant domains
APIEpic.Query.Linq.Expressions.NormalizationQueryableMethodsReducerAsVisitor<(Of <<'(TExpression>)>>)(TExpression)

AsVisitor<(Of <(<'TExpression>)>)> Method (target)
Return itself as a visitor for target if it is a MethodCallExpression containing a method of Queryable.

Assembly: Epic.Query.Linq

Declaration Syntax
C#
protected override IVisitor<Expression, TExpression> AsVisitor<TExpression>(
	TExpression target
)
where TExpression : class
Generic Template Parameters
TExpression
The 1st type parameter.
Parameters
target (TExpression)
The expression that should be visited.
Return Value
This visitor.
blog comments powered by Disqus