ASP.NET Core

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

    Show / Hide Table of Contents

    Interface IDataExtension

    Namespace: Syncfusion.RDL.Data
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    [Obsolete]
    public interface IDataExtension

    Properties

    CommandText

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

    ConnectionString

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

    ConnectionTimeout

    Declaration
    int ConnectionTimeout { get; set; }
    Property Value
    Type Description
    System.Int32

    DataProvider

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

    Impersonate

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

    IntegratedSecurity

    Declaration
    bool IntegratedSecurity { get; set; }
    Property Value
    Type Description
    System.Boolean

    Password

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

    QueryParameters

    Declaration
    Dictionary<string, object> QueryParameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Username

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

    Methods

    GetData()

    Declaration
    object GetData()
    Returns
    Type Description
    System.Object

    GetSchemaData()

    Declaration
    object GetSchemaData()
    Returns
    Type Description
    System.Object

    ValidateConnection(String)

    Declaration
    bool ValidateConnection(string connectionString)
    Parameters
    Type Name Description
    System.String connectionString
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved