ASP.NET Core

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

    Show / Hide Table of Contents

    Class Join

    Inheritance
    System.Object
    Join
    Namespace: Syncfusion.Report.Data
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class Join : Object

    Constructors

    Join()

    Declaration
    public Join()

    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
    Type Description
    JoinType

    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
    public object Clone()
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved