Class DatabaseConnection
Inheritance
System.Object
DatabaseConnection
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 |
|