virtual collection
Virtual collections are bounded collections, which do not really exist at any time. Instances in virtual collections are created on demand, i.e. while accessing an instance in a virtual collection. Access to virtual collections is restricted, since virtual collections are not managed by indexes.
Virtual collections are usually result of queries (applied views) and may refer to transient, temporary or persistent instances.
Generalisations: bounded transient collection
References
Related topics
- SDB_Reference - Reference collections
- Special behavior of operation path
- IsVirtualCollection - Does property define a virtual collection?