This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Given an entity type at run-time, for example Customer, how to find its UnitOfWork collection IQueryable<Customer> Customers? |
|
|
If you have a dig into the auto-generated code you will see that the properties wrap a call to UnitOfWork.Query e.g. Something like:
|
|