menu

UWP

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

    Show / Hide Table of Contents

    Class Except

    Produces the set difference of two sequences by using the default equality comparer to compare values.

    Inheritance
    System.Object
    Except
    Implements
    IFunctions
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Except : Object, IFunctions

    Constructors

    Except()

    Declaration
    public Except()

    Properties

    member

    Gets or sets the member.

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

    The member.

    Name

    Gets or sets the name.

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

    The name.

    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.

    Implements

    IFunctions

    Extension Methods

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