dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameter Class / UniParameter Constructor / UniParameter Constructor(String,Object)
The name of the parameter.
A UniParameter object.

In This Topic
    UniParameter Constructor(String,Object)
    In This Topic
    Initializes a new instance of the UniParameter class with the parameter name and a UniParameter object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parameterName As String, _
       ByVal value As Object _
    )
    public UniParameter( 
       string parameterName,
       object value
    )

    Parameters

    parameterName
    The name of the parameter.
    value
    A UniParameter object.
    See Also