Skip to content

What causes a record dropped and not being mapped? #54

@wyf5188

Description

@wyf5188

I have a list of 33 dynamic objects retrieved from Dapper and try to use Slapper.AutoMapper.MapDynamic(dval, false).ToList(), but find three records are dropped. So the Slapper.AutoMapper only returns 30 objects. I wonder what causes the 3 records being dropped and un-mapped. I declare the following in TradingDeskDefault class.
[Slapper.AutoMapper.Id]
public long TradingDeskID { get; set; }

The 33 dynamic objects have unique values of TradingDeskID.

Please help. I use: "Slapper.AutoMapper": "1.0.0.9"

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