C# Class Tup.Cobar4Net.Parser.Ast.Expression.Logical.LogicalXORExpression

Inheritance: BinaryOperatorExpression
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
LogicalXORExpression ( IExpression left, IExpression right ) : System.Collections.Generic

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

LogicalXORExpression() public method

public LogicalXORExpression ( IExpression left, IExpression right ) : System.Collections.Generic
left IExpression
right IExpression
return System.Collections.Generic