ParameterDictionary MethodsParameterDictionary MethodsParameterDictionary Methods

The ParameterDictionaryParameterDictionaryParameterDictionary type exposes the following members.

Methods

 MethodDescription
Public methodAdd (XmlQualifiedName, IEnumerable<XPathItem>)Add (XmlQualifiedName, IEnumerable(Of XPathItem))Add (XmlQualifiedName^, IEnumerable<XPathItem^>^) Adds a parameter with the specified name.
Public methodAdd (XmlQualifiedName, decimal)Add (XmlQualifiedName, Decimal)Add (XmlQualifiedName^, decimal) Adds a new parameter from a decimalDecimaldecimal value.
Public methodAdd (XmlQualifiedName, double)Add (XmlQualifiedName, Double)Add (XmlQualifiedName^, double) Adds a new parameter from a doubleDoubledouble value.
Public methodAdd (XmlQualifiedName, string)Add (XmlQualifiedName, String)Add (XmlQualifiedName^, String^) Adds a new parameter from a stringStringString value.
Public methodAdd (XmlQualifiedName, IXPathNavigable)Add (XmlQualifiedName, IXPathNavigable)Add (XmlQualifiedName^, IXPathNavigable^) Adds a new parameter from an IXPathNavigableIXPathNavigableIXPathNavigable value.
Public methodAdd (XmlQualifiedName, IXPathNavigable[])Add (XmlQualifiedName, IXPathNavigable())Add (XmlQualifiedName^, array<IXPathNavigable^>^) Adds a new parameter from a sequence of IXPathNavigableIXPathNavigableIXPathNavigable values.
Public methodAdd (XmlQualifiedName, XPathItem)Add (XmlQualifiedName, XPathItem)Add (XmlQualifiedName^, XPathItem^) Adds a new parameter from an XPathItemXPathItemXPathItem value.
Public methodAdd (XmlQualifiedName, XPathItem[])Add (XmlQualifiedName, XPathItem())Add (XmlQualifiedName^, array<XPathItem^>^) Adds a new parameter from a sequence of XPathItemXPathItemXPathItem values.
Public methodAdd (XmlQualifiedName, XPathNavigator)Add (XmlQualifiedName, XPathNavigator)Add (XmlQualifiedName^, XPathNavigator^) Adds a new parameter from an XPathNavigatorXPathNavigatorXPathNavigator value.
Public methodAdd (XmlQualifiedName, XPathNavigator[])Add (XmlQualifiedName, XPathNavigator())Add (XmlQualifiedName^, array<XPathNavigator^>^) Adds a new parameter from a sequence of XPathNavigatorXPathNavigatorXPathNavigator values.
Public methodAdd (XmlQualifiedName, XPathNodeIterator)Add (XmlQualifiedName, XPathNodeIterator)Add (XmlQualifiedName^, XPathNodeIterator^) Adds a new parameter from an XPathNodeIteratorXPathNodeIteratorXPathNodeIterator value.
Public methodAddUntypedAtomicAddUntypedAtomicAddUntypedAtomic Adds a new parameter from a stringStringString value.
Public methodClearClearClear Removes all parameter entries from the ParameterDictionaryParameterDictionaryParameterDictionary.
Public methodContainsContainsContains Determines whether the ParameterDictionaryParameterDictionaryParameterDictionary contains the specified parameter.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the collection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodRemoveRemoveRemove Removes the parameter with the specified name from this ParameterDictionaryParameterDictionaryParameterDictionary.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodTryGetValueTryGetValueTryGetValue Gets the value with the specified key.
Public methodTypesTypesTypes Returns a names/types dictionary of the parameters contained in this ParameterDictionaryParameterDictionaryParameterDictionary.

Top