Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
461 contributions in the last year
Contribution activity
November 2020
Created 2 commits in 2 repositories
Created an issue in dotnet/efcore that received 1 comment
Read the DataReader result set, the same column gets different types
Read the DataReader result set, the same column gets different types var ds = new DataSet(); var reader = cmd.ExecuteReader(); table.Load(reader); //…