Class DatabaseConnectionContract
Represents a database connection
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class DatabaseConnectionContract : Object
Name | Description |
---|---|
DatabaseConnectionContract() |
Fields
Name | Description |
---|---|
CommandTimeout | Command timeout |
ConnectionTimeout | Connection timeout |
Database | Database name |
DatabaseType | The type of database, see DatabaseTypeEnum |
DefaultSchema | Standard schema of the database |
Id | Unique ID of this database connection |
OdbcDriver | For an ODBC connection the ODBC driver |
OdbcDsnName | For an ODBC connection the DSN name |
Password | Password |
Server | Server |
UserId | User ID |