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)

3 results for: in tag: inheritance

Can I return a collection of multiple Derived Types from Dapper query

I have a class structure similar to this:...public abstract class Device { public int DeviceId { get; set; } //Additional Properties } public class DeviceA : Device { //Specific Behaviour } public class DeviceB : Device { //Specific Beha...
c# dapper inheritance subclass
asked by GaryJL

Dapper - Mapping multiple result sets that use table inheritance

I have the following class structure and matching database structure that I'm trying to map. I have a design class that contains a list of elements. There can be 3 different types of elements: text, shape and image. I use an abstract class to maintain the...
dapper inheritance
asked by Lonnie

Querying abstract models in dapper

I'm using Table Per Hierarchy database inheritance where columns for all derived types are in a single table. Each derived table is identified using a string Discriminator field that holds the name of the derived class:...--------------------- | tanimal ...
c# dapper inheritance table-per-hierarchy
asked by ajbeaven

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...