| Add (XmlQualifiedName, IEnumerable<XPathItem>)Add (XmlQualifiedName, IEnumerable(Of XPathItem))Add (XmlQualifiedName^, IEnumerable<XPathItem^>^) |
Adds a parameter with the specified name.
|
| Add (XmlQualifiedName, decimal)Add (XmlQualifiedName, Decimal)Add (XmlQualifiedName^, decimal) |
Adds a new parameter from a decimalDecimaldecimal value.
|
| Add (XmlQualifiedName, double)Add (XmlQualifiedName, Double)Add (XmlQualifiedName^, double) |
Adds a new parameter from a doubleDoubledouble value.
|
| Add (XmlQualifiedName, string)Add (XmlQualifiedName, String)Add (XmlQualifiedName^, String^) |
Adds a new parameter from a stringStringString value.
|
| Add (XmlQualifiedName, IXPathNavigable)Add (XmlQualifiedName, IXPathNavigable)Add (XmlQualifiedName^, IXPathNavigable^) |
Adds a new parameter from an IXPathNavigableIXPathNavigableIXPathNavigable value.
|
| Add (XmlQualifiedName, IXPathNavigable[])Add (XmlQualifiedName, IXPathNavigable())Add (XmlQualifiedName^, array <IXPathNavigable^>^) |
Adds a new parameter from a sequence of IXPathNavigableIXPathNavigableIXPathNavigable values.
|
| Add (XmlQualifiedName, XPathItem)Add (XmlQualifiedName, XPathItem)Add (XmlQualifiedName^, XPathItem^) |
Adds a new parameter from an XPathItemXPathItemXPathItem value.
|
| Add (XmlQualifiedName, XPathItem[])Add (XmlQualifiedName, XPathItem())Add (XmlQualifiedName^, array <XPathItem^>^) |
Adds a new parameter from a sequence of XPathItemXPathItemXPathItem values.
|
| Add (XmlQualifiedName, XPathNavigator)Add (XmlQualifiedName, XPathNavigator)Add (XmlQualifiedName^, XPathNavigator^) |
Adds a new parameter from an XPathNavigatorXPathNavigatorXPathNavigator value.
|
| Add (XmlQualifiedName, XPathNavigator[])Add (XmlQualifiedName, XPathNavigator())Add (XmlQualifiedName^, array <XPathNavigator^>^) |
Adds a new parameter from a sequence of XPathNavigatorXPathNavigatorXPathNavigator values.
|
| Add (XmlQualifiedName, XPathNodeIterator)Add (XmlQualifiedName, XPathNodeIterator)Add (XmlQualifiedName^, XPathNodeIterator^) |
Adds a new parameter from an XPathNodeIteratorXPathNodeIteratorXPathNodeIterator value.
|
| AddUntypedAtomicAddUntypedAtomicAddUntypedAtomic |
Adds a new parameter from a stringStringString value.
|
| ClearClearClear |
Removes all parameter entries from the ParameterDictionaryParameterDictionaryParameterDictionary.
|
| ContainsContainsContains |
Determines whether the ParameterDictionaryParameterDictionaryParameterDictionary contains the specified parameter.
|
| Object.EqualsObject.EqualsObject::Equals |
Determines whether the specified objectObjectobject is equal to the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
| Object.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) |
| GetEnumeratorGetEnumeratorGetEnumerator |
Returns an enumerator that iterates through the collection.
|
| Object.GetHashCodeObject.GetHashCodeObject::GetHashCode |
Serves as a hash function for a particular type.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
| Object.GetTypeObject.GetTypeObject::GetType |
Gets the TypeTypeType of the current instance.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
| Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
| RemoveRemoveRemove |
Removes the parameter with the specified name from this ParameterDictionaryParameterDictionaryParameterDictionary.
|
| Object.ToStringObject.ToStringObject::ToString |
Returns a stringStringString that represents the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
| TryGetValueTryGetValueTryGetValue |
Gets the value with the specified key.
|
| TypesTypesTypes |
Returns a names/types dictionary of the parameters contained in this ParameterDictionaryParameterDictionaryParameterDictionary.
|