WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Join - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

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