menu

WinUI

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

    Show / Hide Table of Contents

    Class RefreshConnectionEventArgs

    Represents the event settings to refresh query table.

    Inheritance
    System.Object
    RefreshConnectionEventArgs
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class RefreshConnectionEventArgs : EventArgs
    Remarks

    This class works only on the Windows platform.

    Constructors

    RefreshConnectionEventArgs()

    Declaration
    public RefreshConnectionEventArgs()

    Properties

    ConnectionString

    Gets the connection string for external connection.

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

    Data

    Gets or sets the data table containing the data from external connection.

    Declaration
    public DataTable Data { get; set; }
    Property Value
    Type
    System.Data.DataTable

    Query

    Gets the query to get data from external connection.

    Declaration
    public string Query { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved