| Overload | Description |
|---|---|
| IndexedAttribute(XElement,XName) | A hint to create and use an index on the specified XML attribute. The hint has default action. |
| IndexedAttribute(XAttribute) | A hint to create and use an index on the specified XML attribute. The hint has default action. |
| IndexedAttribute(XAttribute,IndexingHintAction) | A hint to create and use an index on the specified XML attribute. The hint has specified action. |
| IndexedAttribute(XElement,XName,IndexingHintAction) | A hint to create and use an index on the specified XML attribute. The hint has specified action. |