Class DbJoinClause
Represents SQL JOIN clause.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class DbJoinClause : DbFromClause
Constructors
| Name | Description |
|---|---|
| DbJoinClause(DbJoinKind, DbFromClause, DbFromClause, IReadOnlyList<ColumnMapping>) | Initializes a new instance of DbJoinClause class. |
Properties
| Name | Description |
|---|---|
| Kind | Gets the operation of SQL JOIN. |
| Left | Gets the left operand. |
| On | Gets the SQL JOIN column mappings. |
| Right | Gets the right operand. |
Methods
| Name | Description |
|---|---|
| Accept(DbFromClauseVisitor) | |
| Accept<T>(DbFromClauseVisitor<T>) |