Class EntityJoin
[MessagePackObject(false)]
public sealed record EntityJoin : Join, IEquatable<Join>, IEquatable<EntityJoin>
- Inheritance
-
EntityJoin
- Implements
- Inherited Members
Constructors
EntityJoin(JoinMode, Table, AliasedEntity, string)
public EntityJoin(JoinMode Mode, Table Source, AliasedEntity Target, string Property)
Parameters
ModeJoinModeSourceTableTargetAliasedEntityPropertystring
Properties
Property
[Key(3)]
public string Property { get; init; }
Property Value
Source
[Key(1)]
public Table 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.