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
Is your feature request related to a problem? Please describe.
Yes, Currently while selecting columns from database we have to pass column names as magic string comma sperated in Select method.
This is error prone, even if we miss a letter unwillingly.
Describe the solution you'd like
We can leverage the linq while selecting columns (check below code for refrence)
Feature request
Is your feature request related to a problem? Please describe.
Yes, Currently while selecting columns from database we have to pass column names as magic string comma sperated in Select method.
This is error prone, even if we miss a letter unwillingly.
Describe the solution you'd like
We can leverage the linq while selecting columns (check below code for refrence)
Even if our column name changes in db table, we will have to just update the value in Column Attribute.
It will also be provide type safety.
Describe alternatives you've considered
No alternative
Additional context
The text was updated successfully, but these errors were encountered: