Show / Hide Table of Contents

Class DataConnection

Inheritance
System.Object
DataConnection
DatabaseConnection
OlapConnection
TextConnection
WebQueryConnection
Namespace: DRIT.Spreadsheet.Data
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class DataConnection : object

Constructors

DataConnection()

Declaration
public DataConnection()

Properties

Background

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

Credentials

Declaration
public CredentialsMethod Credentials { get; set; }
Property Value
Type Description
CredentialsMethod

Description

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

Interval

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

IsDeleted

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

IsNew

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

KeepAlive

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

MinRefreshableVersion

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

Name

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

OdcFile

Gets or sets the full path to external connection file from which this was created.

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

OnlyUseConnectionFile

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

Parameters

Declaration
public List<ConnectionParameter> Parameters { get; set; }
Property Value
Type Description
List<ConnectionParameter>

ReconnectionMethod

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

RefreshedVersion

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

RefreshOnLoad

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

SaveData

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

SavePassword

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

SingleSignOnId

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

SourceFile

Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation.

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

Type

Declaration
public DataConnectionType Type { get; set; }
Property Value
Type Description
DataConnectionType
Back to top Generated by DocFX