GenericSqlCommand Constructor (String, String) |
构造函数
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic GenericSqlCommand(
string connectionString,
string providerName
)
public:
GenericSqlCommand(
String^ connectionString,
String^ providerName
)
Parameters
- connectionString
- Type: SystemString
数据库连接字符串 - providerName
- Type: SystemString
数据提供器名称
See Also