Show / Hide Table of Contents

Class ExcelDatabaseProperties

Database specific properties.

Inheritance
object
ExcelDatabaseProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public class ExcelDatabaseProperties

Properties

Command

The command to use. For example a table or a SQL statment.

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

CommandType

The type of command

Declaration
public eCommandType CommandType { get; set; }
Property Value
Type Description
eCommandType

Connection

A connection string used to initiate the connection.

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

ServerCommand

A second command text string that is persisted when PivotTable server-based page fields are in use.

Declaration
public string ServerCommand { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX