dapper-pocos icon indicating copy to clipboard operation
dapper-pocos copied to clipboard

Generate POCO's for use with Dapper

dapper-pocos

A small utility for generating POCOs / DTOs for use with Dapper connecting to SQL Server.

Dapper POCOs uses "sp_HELP" and "sp_describe_first_result_set" in SQL Server to get the input and output parameters for a given stored procedure or query. The SQL Server data types are mapped to their equivalent C# data types, with xml mapped to XDocument.

Screen Shots

Stored Procedure Example

Stored Procedure Screen Shot

Select Statement Example

Select Statement Screen Shot