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, IEnumerable<XPathNavigator>)Add (XmlQualifiedName, IEnumerable(Of XPathNavigator))Add (XmlQualifiedName^, IEnumerable<XPathNavigator^>^) Adds a parameter with the specified name.
Public methodAdd (XmlQualifiedName, IEnumerable<XPathAtomicValue>)Add (XmlQualifiedName, IEnumerable(Of XPathAtomicValue))Add (XmlQualifiedName^, IEnumerable<XPathAtomicValue^>^) Adds a parameter with the specified name.
Public methodAdd (XmlQualifiedName, IEnumerable<XPathFunctionItem>)Add (XmlQualifiedName, IEnumerable(Of XPathFunctionItem))Add (XmlQualifiedName^, IEnumerable<XPathFunctionItem^>^) 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::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates 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::ToStringReturns a string that represents the current object.(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