Click or drag to resize
GenericSqlCommand Constructor (String, String)
构造函数

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public GenericSqlCommand(
	string connectionString,
	string providerName
)

Parameters

connectionString
Type: SystemString
数据库连接字符串
providerName
Type: SystemString
数据提供器名称
See Also