1 مستودع
Conversion of a single database row into multiple distinct objects to support joined data.
Distinct from Row-to-Struct Mappers: Distinct from Row-to-Struct Mappers: maps one row to many objects instead of one row to one struct
Explore 1 awesome GitHub repository matching data & databases · Multi-Object Row Deserialization. Refine with filters or upvote what's useful.
Dapper is a high-performance micro-ORM and SQL object mapper for .NET. It functions as an ADO.NET extension library that adds data mapping capabilities directly to database connections, allowing SQL query results to be transformed into typed objects. The project prioritizes execution speed and low memory overhead by using intermediate language generation to map database columns to object properties. It further optimizes performance through the use of concurrent caching for mapping functions and literal value injection to improve database execution plans. The library covers a broad range of d
Deserializes a single database row into several distinct objects to handle joined data and associations.