Show / Hide Table of Contents

Class DatabaseConnection

Inheritance
System.Object
DataConnection
DatabaseConnection
Inherited Members
DataConnection.Parameters
DataConnection.SourceFile
DataConnection.OdcFile
DataConnection.KeepAlive
DataConnection.Interval
DataConnection.Name
DataConnection.Description
DataConnection.Type
DataConnection.ReconnectionMethod
DataConnection.RefreshedVersion
DataConnection.MinRefreshableVersion
DataConnection.SavePassword
DataConnection.IsNew
DataConnection.IsDeleted
DataConnection.OnlyUseConnectionFile
DataConnection.Background
DataConnection.RefreshOnLoad
DataConnection.SaveData
DataConnection.Credentials
DataConnection.SingleSignOnId
Namespace: DRIT.Spreadsheet.Data
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DatabaseConnection : DataConnection

Constructors

DatabaseConnection()

Declaration
public DatabaseConnection()

Properties

Command

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

CommandType

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

Connection

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

ServerCommand

Declaration
public string ServerCommand { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX