GenericSqlCommand Constructor (String) |
构造函数
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic GenericSqlCommand(
string datasourceName
)
public:
GenericSqlCommand(
String^ datasourceName
)
Parameters
- datasourceName
- Type: SystemString
数据源名称
See Also