SqlClauseJoinEntry
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlClauseJoinEntry : TagBites.Sql.SqlClauseEntryInheritance: object → SqlClauseEntry → SqlClauseJoinEntry
Constructors
Section titled “Constructors”SqlClauseJoinEntry(SqlClauseJoinEntryType, SqlTable, SqlClauseJoinEntryConditionType, SqlExpression)
Section titled “SqlClauseJoinEntry(SqlClauseJoinEntryType, SqlTable, SqlClauseJoinEntryConditionType, SqlExpression)”public SqlClauseJoinEntry(SqlClauseJoinEntryType join, SqlTable table, SqlClauseJoinEntryConditionType conditionType, SqlExpression condition)Parameters
Section titled “Parameters”joinSqlClauseJoinEntryTypetableSqlTableconditionTypeSqlClauseJoinEntryConditionTypeconditionSqlExpression
Properties
Section titled “Properties”Condition
Section titled “Condition”public SqlExpression Condition { get; }Property Value
Section titled “Property Value”ConditionType
Section titled “ConditionType”public SqlClauseJoinEntryConditionType ConditionType { get; }Property Value
Section titled “Property Value”SqlClauseJoinEntryConditionType
JoinType
Section titled “JoinType”public SqlClauseJoinEntryType JoinType { get; }Property Value
Section titled “Property Value”public SqlTable Table { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Accept(SqlQueryResolver, SqlQueryBuilder)
Section titled “Accept(SqlQueryResolver, SqlQueryBuilder)”protected virtual void Accept(SqlQueryResolver resolver, SqlQueryBuilder builder)Parameters
Section titled “Parameters”resolverSqlQueryResolverbuilderSqlQueryBuilder
Equals(SqlClauseJoinEntry)
Section titled “Equals(SqlClauseJoinEntry)”protected bool Equals(SqlClauseJoinEntry other)Parameters
Section titled “Parameters”otherSqlClauseJoinEntry
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()