Initializes an SAParameter object with the specified parameter name and value. This constructor is not recommended; it is provided for compatibility with other data providers.
Visual Basic
Public Sub New( _
ByVal parameterName As String, _
ByVal value As Object _
)
C#
public SAParameter(
string parameterName,
object value
);
parameterName The name of the parameter.
value An Object that is the value of the parameter.