Class ExcelDatabaseProperties
Database specific properties.
Inherited Members
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 |