| DatabaseSettings Class |
Namespace: X3Platform.Data
The DatabaseSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseSettings | Initializes a new instance of the DatabaseSettings class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConnectionString | 数据库的默认连接 | |
| Database | 数据库的默认数据库名称 | |
| DataSource | 数据库的服务器地址 | |
| IBatisSqlMapFilePathRoot | 数据库的 IBatis 配置文件所在根目录位置 | |
| LoginName | 数据库的登录帐号 | |
| Password | 数据库的登录密码 | |
| Provider | 数据库的提供器名称 | |
| Valid | 数据库的默认连接是否有效 |