Returns as a string the name of the type of property of an entity.
E.g. given class A { Thing b; }, getPropertyReferencedEntityName!(A, "b") would be "Thing".
See Implementation
Returns as a string the name of the type of property of an entity.
E.g. given class A { Thing b; }, getPropertyReferencedEntityName!(A, "b") would be "Thing".