zzz projects Dapper Tutorial
Getting Started Documentation 3rd Party Libraries Knowledge Base Online Examples
  • Getting Started
  • Documentation
  • 3rd Party Libraries
  • Knowledge Base
  • Online Examples
  •   Download  

Dapper Tutorial - Knowledge Base (KB)

1 results in tag: string-split

Using Dapper, how to map a string column to a generic list?

I have the following model:...public class Model { public string Name { get; set; } public List<int> Numbers { get; set; } } ...And an ...SQL... query that returns the following dataset containing two nvarchar columns:... Name | Numbers 'foo' | '1,...
dapper dapper-extensions sql-server string-split
asked by Mugen

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!