C# Class Revenj.DatabasePersistence.Postgres.Plugins.ExpressionSupport.TreeMethods

Inheritance: IExpressionMatcher
Mostra file Open project: ngs-doo/revenj

Public Methods

Method Description
TryMatch ( Expression expression, StringBuilder queryBuilder, Action visitExpression, Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition.QueryContext context, IPostgresConverterFactory converter ) : bool

Private Methods

Method Description
IsAncestor ( MethodCallExpression methodCall, StringBuilder queryBuilder, Action visitExpression ) : void
IsDescendant ( MethodCallExpression methodCall, StringBuilder queryBuilder, Action visitExpression ) : void
TreeMethods ( ) : System

Method Details

TryMatch() public method

public TryMatch ( Expression expression, StringBuilder queryBuilder, Action visitExpression, Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition.QueryContext context, IPostgresConverterFactory converter ) : bool
expression System.Linq.Expressions.Expression
queryBuilder StringBuilder
visitExpression Action
context Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition.QueryContext
converter IPostgresConverterFactory
return bool