Class DirectJoin
[MessagePackObject(false)]
public sealed record DirectJoin : Join, IEquatable<Join>, IEquatable<DirectJoin>
- Inheritance
-
DirectJoin
- Implements
- Inherited Members
Constructors
DirectJoin(JoinMode, Table, Condition)
public DirectJoin(JoinMode Mode, Table Target, Condition Constraint)
Parameters
Properties
Constraint
[Key(2)]
public Condition Constraint { get; init; }
Property Value
Target
[Key(1)]
public Table Target { get; init; }
Property Value
Methods
ToLines()
protected override IEnumerable<string> ToLines()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.