You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a list of objects, the logic performs reflection n times for n objects. It would be more efficient to do the reflection once and build a list of column mappings, and then use the mapping during the iteration.
When building a list of objects, the logic performs reflection n times for n objects. It would be more efficient to do the reflection once and build a list of column mappings, and then use the mapping during the iteration.