menu

WPF

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

    Show / Hide Table of Contents

    Class AdomdDataProviderHelper

    Helper class for the ADOMD data provider.

    Inheritance
    System.Object
    AdomdDataProviderHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.DataProvider
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class AdomdDataProviderHelper

    Constructors

    AdomdDataProviderHelper()

    Declaration
    public AdomdDataProviderHelper()

    Methods

    ExecuteDataTable(String, OlapReport)

    Executes the data table.

    Declaration
    public static DataTable ExecuteDataTable(string connectionString, OlapReport report)
    Parameters
    Type Name Description
    System.String connectionString

    The connection string.

    OlapReport report

    The OLAP report.

    Returns
    Type Description
    System.Data.DataTable

    The data table object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved