menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CrossJoin - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CrossJoin

    Cross join is a Cartesian join means Cartesian product of both the tables. This join does not need any condition to join two tables. This join returns records or rows that are multiplication of record number from both the tables means each row on left table will related to each row of right table.

    Inheritance
    System.Object
    CrossJoin
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class CrossJoin : Object

    Constructors

    CrossJoin()

    Declaration
    public CrossJoin()

    Properties

    FunctionName

    Gets or sets the name of the function.

    Declaration
    public string FunctionName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the function.

    member

    Gets or sets the member.

    Declaration
    public IMember member { get; set; }
    Property Value
    Type Description
    IMember

    The member.

    tuple

    Gets or sets the tuple.

    Declaration
    public Tuple tuple { get; set; }
    Property Value
    Type Description
    Tuple

    The tuple.

    Methods

    Validate()

    Validates this instance.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved