I have a subclass with a discriminator, can i have another discriminator in a subclass
I'll try to explain
One discriminator is in Person Table may be type and i have two subclasses Student and teacher, in a student subclass i have different subclasses of student based on a different column in student record.
Now i am using joined subclass with discriminator but i'm not be able to discriminate in a subclass
!------ Person
!-------------Student
!--------------------Student type A
!--------------------Student type B
!-------------Teacher