Click or drag to resize
DatabaseSettings Class
数据库连接默认设置信息
Inheritance Hierarchy
SystemObject
  X3Platform.DataDatabaseSettings

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class DatabaseSettings

The DatabaseSettings type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseSettings
Initializes a new instance of the DatabaseSettings class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyConnectionString
数据库的默认连接
Public propertyDatabase
数据库的默认数据库名称
Public propertyDataSource
数据库的服务器地址
Public propertyIBatisSqlMapFilePathRoot
数据库的 IBatis 配置文件所在根目录位置
Public propertyLoginName
数据库的登录帐号
Public propertyPassword
数据库的登录密码
Public propertyProvider
数据库的提供器名称
Public propertyValid
数据库的默认连接是否有效
Top
See Also