gives a list of all registered entity stores that are accessed when Entity is used.
EntityStores
gives a list of all registered entity stores that are accessed when Entity is used.
Examples
open all close allBasic Examples (1)
Scope (1)
EntityRegister[EntityStore["t1" -> <|
"Entities" -> <|
"e1" -> <|"p1" -> 150, "p2" -> 250|>,
"e2" -> <|"p1" -> 40|>
|>
|>]]EntityRegister[EntityStore["t2" -> <|
"Entities" -> <|
"f1" -> <|"p1" -> "ab", "p2" -> "xyz"|>
|>
|>]]Modify the entity store that contains type "t2":
Entity["t2", "f2"]["p1"] = "abcd";List all registered entity stores:
EntityStores[]Retrieve the entity store that contains type "t2":
Entity["t2"]["EntityStore"]EntityUnregister /@ {"t1", "t2"};See Also
History
Text
Wolfram Research (2018), EntityStores, Wolfram Language function, https://reference.wolfram.com/language/ref/EntityStores.html.
CMS
Wolfram Language. 2018. "EntityStores." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EntityStores.html.
APA
Wolfram Language. (2018). EntityStores. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EntityStores.html
BibTeX
@misc{reference.wolfram_2026_entitystores, author="Wolfram Research", title="{EntityStores}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/EntityStores.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_entitystores, organization={Wolfram Research}, title={EntityStores}, year={2018}, url={https://reference.wolfram.com/language/ref/EntityStores.html}, note=[Accessed: 13-June-2026]}