Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Olive data > column selection #325

Closed PaymonK closed 2 years ago

PaymonK commented 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 })

stale[bot] commented 2 years ago

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.