Skip to content

returning/converting EntityCollection to anonymous/Early Bound type  #18

Open
@siggipop

Description

@siggipop

Being used to using LINQ queries and Early Bound for fetching Dynamics data, anonymous return types are a great way to return more than one entity type for instance when using joins.

Is there a way to convert the standard EntityCollection return type to anonymous type using this library ie.:

... x =>  new { account = x.account, contact = x.contact } 

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