Skip to content

Select Anonymous Type #18

Description

@jadefez

Excelent Job! I love your software since CoolStorage.

I profiled a linq query that selects an anonymous type, and the select statement has all columns.
I think this will be a good a enhacement.
var query = from x in db.Clients
select new
{
x.ID,
x.Name
};
Clients is a DATASET and Client class has other mapped properties.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions