Figaro - The XML Database for the .NET Framework
Replacing Indices
You can replace the indices maintained for a specific node by
using
XmlIndexSpecification.ReplaceIndex().
When you replace the index for a specified node, all of the
current indices for that node are deleted and the replacement
index strategies that you provide are used in their place.
Copy
Note that all the indices for a specific node can be retrieved and specified as a space separated list in a single string. So if you set a node-element-equality-string and a node-element-presence index for a given node, then its indices are identified as:
"node-element-equality-string node-element-presence"