dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameterCollection Class / Add Method / Add(UniParameter) Method
The UniParameter to add to the collection.

In This Topic
    Add(UniParameter) Method
    In This Topic
    Adds the specified UniParameter to the UniParameterCollection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As UniParameter _
    ) As UniParameter
    public UniParameter Add( 
       UniParameter value
    )

    Parameters

    value
    The UniParameter to add to the collection.

    Return Value

    The new UniParameter object.
    See Also