Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Offer ability to de-anonymize projection #5

@jumpinjackie

Description

@jumpinjackie

On a projection expression

eg.

    db.Things.Select(t => new { t.Foo, t.Bar })

Offer the ability to convert that anonymous type to a named type

class Thingy
{
    public string Foo {get;set;}
    public string Bar {get;set;}
}

db.Things.Select(t => new Thingy { t.Foo, t.Bar })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions