ParameterDictionary.Add Method (XmlQualifiedName, int)ParameterDictionary.Add Method (XmlQualifiedName, Integer)ParameterDictionary::Add Method (XmlQualifiedName^, int)

Adds a new parameter from a longLonglong value.

Syntax

Public Sub Add( _
    name As System.Xml.XmlQualifiedName, _
    value As Integer _
)
public void Add(
    System.Xml.XmlQualifiedName name,
    int value
)
public:
void Add(
    System.Xml::XmlQualifiedName^ name, 
    int value
)
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the parameter to add.

value

Type: System.Int32System.Int32System::Int32

The value of the parameter to add.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionname is null a null reference (Nothing in Visual Basic) nullptr.

Remarks

The parameter added will have type xs:int.