ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class JoinField - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved