Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在此集合的末尾添加一个值。
Public Function AddWithValue( ByVal parameterName As String, ByVal value As Object ) As SAParameter
public SAParameter AddWithValue(string parameterName, object value)
parameterName 参数的名称。
value 要添加的值。
新的 SAParameter 对象。