GenericSqlCommandParameter Constructor (String, Object, ParameterDirection) |
构造函数
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic GenericSqlCommandParameter(
string name,
Object value,
ParameterDirection direction
)
public:
GenericSqlCommandParameter(
String^ name,
Object^ value,
ParameterDirection direction
)
Parameters
- name
- Type: SystemString
名称 - value
- Type: SystemObject
值 - direction
- Type: System.DataParameterDirection
类型
See Also