Skip to content

Optimize the Expression field iteration between the number of Class properties and DbDataReader columns. #136

@mikependon

Description

@mikependon

[Scenarios]

  • If the class has more properties than the dbdatareader number of columns, then iterate the dbdatareader columns and extract the result back to the model.
  • If the dbdatareader number of columns is much more greater than the number of class properties, then iterate the class properties and retrieve the value from the dbdatareader.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestoptimizationAn optimization taskpriorityTop priority feature or things to dotodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions