XmlILIndex Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Manages nodes from an input document, indexed by key value(s). This class is used as a cache of nodes indexed by xsl:key instructions and allows fast access to these nodes.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, XPathNavigator^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a node that is indexed by the specified key value. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Lookup(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Looks up a sequence of nodes that are indexed by the specified key value. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
