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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also