ParameterDictionary.Add Method (XmlQualifiedName, decimal)ParameterDictionary.Add Method (XmlQualifiedName, Decimal)ParameterDictionary::Add Method (XmlQualifiedName^, decimal)

Adds a new parameter from a decimalDecimaldecimal value.

Syntax

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

Parameters

name

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

The name of the parameter to add.

value

Type: System.DecimalSystem.DecimalSystem::Decimal

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:decimal.