Skip to content

AsDto selects all columns #3

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions