SqlConditionUnaryOperator
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlConditionUnaryOperator : TagBites.Sql.SqlConditionInheritance: object → SqlExpression → SqlCondition → SqlConditionUnaryOperator
Constructors
Section titled “Constructors”SqlConditionUnaryOperator(SqlConditionUnaryOperatorType, SqlExpression)
Section titled “SqlConditionUnaryOperator(SqlConditionUnaryOperatorType, SqlExpression)”public SqlConditionUnaryOperator(SqlConditionUnaryOperatorType operatorType, SqlExpression operand)Parameters
Section titled “Parameters”operatorTypeSqlConditionUnaryOperatorTypeoperandSqlExpression
Properties
Section titled “Properties”Operand
Section titled “Operand”public SqlExpression Operand { get; }Property Value
Section titled “Property Value”OperatorType
Section titled “OperatorType”public SqlConditionUnaryOperatorType OperatorType { 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(SqlConditionUnaryOperator)
Section titled “Equals(SqlConditionUnaryOperator)”protected bool Equals(SqlConditionUnaryOperator 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()