Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wyf5188 opened this issue Jun 22, 2017 · 0 comments
Open

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

wyf5188 opened this issue Jun 22, 2017 · 0 comments

Comments

@wyf5188
Copy link

wyf5188 commented Jun 22, 2017

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant