| 9/10/2007 9:56:13 PM |
I just ran into an issue with one of my applications:
When the mapped member in a OneToMany relationship is List<T> it ignores the lazyLoad attribute and loads it anyway. When setting the member type to IList<T> it does in fact lazy load.
Not sure if this is by design or not, but it might help others chase down performance problems.
|