Skip to content

(Select Feature)Is there a way to only return all records of only 1 column #27

Open
@c-emin

Description

@c-emin

Using your Person Data Collection from the example...

I would like to query the Table and only return the Data for column _Age.

I know I can do a GetAll, and then get the single column from that...
I'm just trying to keep things fast and only querying data that is needed.

Something like this would be nice:

var AllThePeeps = await manager.GetAll();

var AllTheAges = await manager.GetAll<Person,_Age>();

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions