I have configured entity framework to use Table Per Hierarchy inheritance strategy. Now, let\'s say I Have such classes
Table Per Hierarchy
abstract class A {} class