'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal value As Object _ )
public DataParameter( string parameterName, object value )
Parameters
- parameterName
- A System.String value indicating the name of the parameter.
- value
- A System.Object value indicating the value of the parameter.