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