overload constructor meaning in English
重载构造函数
Examples
- When the run - time scenario is more complex , such as when the sql mobile database file resides in a device location other than the executing directory , or the connection string is varied in some other way , such as a password , then the overloaded constructor can be used
当运行时方案更加复杂时,如当sql mobile数据库文件驻留在一个不是执行目录的设备位置时,或连接字符串以其他某种方式变化(如密码)时,则可以使用重载构造函数。