indexNames property
Returns the names of indexes associated with an object store.
This property is read-only.
Syntax
| JavaScript |
|---|
ptr = object.indexNames |
Property values
Type: DOMStringList
A DOMStringList object containing the names of indexes associated with the object store.
See also
Show: