Click or drag to resize
GenericSqlCommandParameter Constructor (String, Object, ParameterDirection)
构造函数

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public GenericSqlCommandParameter(
	string name,
	Object value,
	ParameterDirection direction
)

Parameters

name
Type: SystemString
名称
value
Type: SystemObject
direction
Type: System.DataParameterDirection
类型
See Also