Class JoinField
Inheritance
System.Object
JoinField
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.Reports.EJ.Data
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class JoinField
Constructors
JoinField()
Declaration
public JoinField()
Properties
LeftField
Declaration
public string LeftField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OperatorType
Declaration
public string OperatorType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RightField
Declaration
public string RightField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |