The store contains an in-memory representation of the elements and links in one or more models. You can access information from the store with or without using a transaction.
注意
If you want to make a modification to the store you must use a transaction.
In This Section
How to: Find Objects in the Store
Demonstrates the code to identify and retrieve elements in the store.How to: Access a Link and Roles at Both Ends
Demonstrates the code to get a specific link and elements at both ends from information about the link.
Related Sections
- Working with Domain Models Programmatically
Describes the different ways to work with a domain model in code.