SetLoadFields method should include only fields it is asked for
The SetLoadFields method will return some other fields from the table, not just the ones we implicitly asked for. If it turns out that some of those fields are from table extension, that will cause a JOIN in the SQL statement. Because of that, we lose most of the performance benefits of SetLoadFi...
STATUS DETAILS
Completed