MapDataReader icon indicating copy to clipboard operation
MapDataReader copied to clipboard

Super fast mapping DataReader to strongly typed object, Using AOT source generator.

Results 1 MapDataReader issues
Sort by recently updated
recently updated
newest added

I use a code generator to generate classes to represent my sql schema. The generator generates code like this: ``` namespace dbo // schema name { partial class Customers //...