> The proper solution is to make AttributeMappingSource lazy. It's > apparently attempting to load everything during initialization, when it > could instead load things on-demand (presumably; I haven't checked the > code). On-demand loading wouldn't overcomplicate testing either.
There are not so many reflection calls for every single use case. Laziness may not improve perfomance. Maybe class properties can be re-read every time when metadata is required. Andrus Moor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
