ParameterDictionary.Add Method (XmlQualifiedName, long)ParameterDictionary.Add Method (XmlQualifiedName, Long)ParameterDictionary::Add Method (XmlQualifiedName^, long)
- XmlPrime 2.8
- Other Versions ▼
Syntax
Public Sub Add( _ name As System.Xml.XmlQualifiedName, _ value As Long _ )
public void Add( System.Xml.XmlQualifiedName name, long value )
public: void Add( System.Xml::XmlQualifiedName^ name, long value )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the parameter to add.
- value
Type: System.Int64System.Int64System::Int64
The value of the parameter to add.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | name is null
a null reference (Nothing in Visual Basic)
nullptr . |
Remarks
The parameter added will have type xs:long
.