SqlExpressionBinaryOperator
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlExpressionBinaryOperator : TagBites.Sql.SqlExpressionInheritance: object → SqlExpression → SqlExpressionBinaryOperator
Constructors
Section titled “Constructors”SqlExpressionBinaryOperator(SqlExpressionBinaryOperatorType, SqlExpression, SqlExpression)
Section titled “SqlExpressionBinaryOperator(SqlExpressionBinaryOperatorType, SqlExpression, SqlExpression)”public SqlExpressionBinaryOperator(SqlExpressionBinaryOperatorType operatorType, SqlExpression operandLeft, SqlExpression operandRight)Parameters
Section titled “Parameters”operatorTypeSqlExpressionBinaryOperatorTypeoperandLeftSqlExpressionoperandRightSqlExpression
Properties
Section titled “Properties”OperandLeft
Section titled “OperandLeft”public SqlExpression OperandLeft { get; }Property Value
Section titled “Property Value”OperandRight
Section titled “OperandRight”public SqlExpression OperandRight { get; }Property Value
Section titled “Property Value”OperatorType
Section titled “OperatorType”public SqlExpressionBinaryOperatorType OperatorType { get; }Property Value
Section titled “Property Value”SqlExpressionBinaryOperatorType
Methods
Section titled “Methods”Accept(ISqlExpressionVisitor)
Section titled “Accept(ISqlExpressionVisitor)”public virtual void Accept(ISqlExpressionVisitor visitor)Parameters
Section titled “Parameters”visitorISqlExpressionVisitor
Accept(SqlQueryResolver, SqlQueryBuilder)
Section titled “Accept(SqlQueryResolver, SqlQueryBuilder)”protected internal virtual void Accept(SqlQueryResolver resolver, SqlQueryBuilder builder)Parameters
Section titled “Parameters”resolverSqlQueryResolverbuilderSqlQueryBuilder
Equals(SqlExpressionBinaryOperator)
Section titled “Equals(SqlExpressionBinaryOperator)”protected bool Equals(SqlExpressionBinaryOperator other)Parameters
Section titled “Parameters”Returns
Section titled “Returns”Equals(object)
Section titled “Equals(object)”public virtual bool Equals(object obj)Parameters
Section titled “Parameters”objobject
Returns
Section titled “Returns”GetHashCode()
Section titled “GetHashCode()”public virtual int GetHashCode()