Skip to content

Dapper includes a feature for working with data that might map to different types from row to row. This feature is particularly useful when working with an inheritance hierarchy that uses the Table Per Hierarchy storage pattern, i.e. where one table is used to represent all classes in the hierarchy. A "discriminator" column is used to differenti…

Notifications You must be signed in to change notification settings

tutorialberkay/InheritanceHierachyDapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

Dapper includes a feature for working with data that might map to different types from row to row. This feature is particularly useful when working with an inheritance hierarchy that uses the Table Per Hierarchy storage pattern, i.e. where one table is used to represent all classes in the hierarchy. A "discriminator" column is used to differenti…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages