SqlExpressionQuery
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlExpressionQuery : TagBites.Sql.SqlExpressionInheritance: object → SqlExpression → SqlExpressionQuery
Properties
Section titled “Properties”public Query Query { 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(SqlExpressionQuery)
Section titled “Equals(SqlExpressionQuery)”protected bool Equals(SqlExpressionQuery other)Parameters
Section titled “Parameters”otherSqlExpressionQuery
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()