Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用指定的参数名和值来初始化 SAParameter 对象。
Public Sub New(ByVal parameterName As String, ByVal value As Object)
public SAParameter(string parameterName, object value)
parameterName 参数的名称。
value 表示参数值的对象。
不建议使用此构造函数;提供它的目的是与其它数据提供程序兼容。