Figaro - The XML Database for the .NET Framework
Replacing Indices
Send Feedback
Figaro - the XML Database for the .NET Framework
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.

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:

Copy 
"node-element-equality-string node-element-presence"
Figaro - The XML Database for the .NET Framework

Copyright © 2008-2009 Endpoint Systems. All rights reserved.