Class DatabaseConnectionUpdateContract
Represents an update of a database connection
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class DatabaseConnectionUpdateContract : Object
Name | Description |
---|---|
DatabaseConnectionUpdateContract() |
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 |
Update | Indicates what should be done with data, see UpdateEnum |
UserId | User ID |