SqlOperatorExpression
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlOperatorExpression : TagBites.Sql.SqlExpressionInheritance: object → SqlExpression → SqlOperatorExpression
Constructors
Section titled “Constructors”SqlOperatorExpression(SqlConditionBinaryOperatorType)
Section titled “SqlOperatorExpression(SqlConditionBinaryOperatorType)”public SqlOperatorExpression(SqlConditionBinaryOperatorType opr)Parameters
Section titled “Parameters”SqlOperatorExpression(SqlConditionGroupOperatorType)
Section titled “SqlOperatorExpression(SqlConditionGroupOperatorType)”public SqlOperatorExpression(SqlConditionGroupOperatorType opr)Parameters
Section titled “Parameters”SqlOperatorExpression(SqlConditionUnaryOperatorType)
Section titled “SqlOperatorExpression(SqlConditionUnaryOperatorType)”public SqlOperatorExpression(SqlConditionUnaryOperatorType opr)Parameters
Section titled “Parameters”SqlOperatorExpression(SqlExpressionBinaryOperatorType)
Section titled “SqlOperatorExpression(SqlExpressionBinaryOperatorType)”public SqlOperatorExpression(SqlExpressionBinaryOperatorType opr)Parameters
Section titled “Parameters”SqlOperatorExpression(SqlExpressionUnaryOperatorType)
Section titled “SqlOperatorExpression(SqlExpressionUnaryOperatorType)”public SqlOperatorExpression(SqlExpressionUnaryOperatorType opr)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Operator
Section titled “Operator”public Enum Operator { get; }Property Value
Section titled “Property Value”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(SqlOperatorExpression)
Section titled “Equals(SqlOperatorExpression)”protected bool Equals(SqlOperatorExpression other)Parameters
Section titled “Parameters”otherSqlOperatorExpression
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()Returns
Section titled “Returns”ToString()
Section titled “ToString()”public virtual string ToString()