All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
Data Access Forum
/
Development (API, general questions)
/
Enumerate ObjectContainer
Cancel
Data Access
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
Martin
3 posts
Member since:
Sep 2008
Posted 17 Dec 2008
Link to this post
Hi,
is there any method I can use to enumerate all (or all changed) objects in an ObjectContainer ?
I had the Idea, that a ChangeSet provide this, but I did not find anything. Did I miss it ?
Best regards
Martin
Thomas
Admin
590 posts
Posted 17 Dec 2008
Link to this post
Hi Martin,
the methods Extent(Type) or Extent<T>() can be used to obtain a r-o list of all non removed, non-hollow instances managed by the container. Please see also the entry in the reference docu.
Best wishes,
Thomas
Back to Top