Class Join
Inheritance
System.Object
Join
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class Join : Object
Constructors
Join()
Declaration
Properties
JoinFields
Declaration
public List<JoinField> JoinFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<JoinField> |
|
JoinType
Declaration
public JoinType JoinType { get; set; }
Property Value
LeftTableInfo
Declaration
public List<TableInfo> LeftTableInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TableInfo> |
|
RelationKey
Declaration
public string RelationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
RightTableInfo
Declaration
public List<TableInfo> RightTableInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TableInfo> |
|
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|