Class Join
Inheritance
System.Object
Join
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Join
Constructors
Join()
Declaration
public Join()
Join(ReportSerializer)
Declaration
public Join(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
JoinFields
Declaration
public List<JoinField> JoinFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JoinField> |
JoinType
Declaration
public string JoinType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeftTable
Declaration
public string LeftTable { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryKeyOwner
Declaration
public string PrimaryKeyOwner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RightTable
Declaration
public string RightTable { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeJoinFields()
Declaration
public bool ShouldSerializeJoinFields()
Returns
Type | Description |
---|---|
System.Boolean |