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 |