void DiscriminateSubClassesOnColumn(string column)
Specify that this entity should use a discriminator with it's subclasses. This is a mapping strategy called table-per-inheritance-hierarchy; where all subclasses are stored in the same table, differenciated by a discriminator column value.