Skip to content

AsDto selects all columns #3

@eLPe21

Description

@eLPe21

Hi,

The below code, selects all column from the database instead of those selected.
return await dbQuery
.Select(pl => pl.AsDto())
.AsNoTracking()
.ToListAsync();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions