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