Closed PaymonK closed 2 years ago
Currently, you can only fetch the full entity data from the DB, including all columns.
We need to support a scenario where you pick the columns you want:
Database.Of().Where(...).Select(x=> { x.ID, x.Name })
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently, you can only fetch the full entity data from the DB, including all columns.
We need to support a scenario where you pick the columns you want:
Database.Of().Where(...).Select(x=> { x.ID, x.Name })