'runtime' means reflective instantiation in a customtool for purpose of generating dto code.
Getting intrinsic fields is not a problem using FieldInfoProvider. Related Entities/Collections are easily discovered via GetAllRelations.
But I am having no luck finding a vector for discovering fields mapped on related entity fields.
Am currently generating a new info class in template enumerating info for these fields but wish to remove the custom template requirement and get the info from the dbGeneric assembly directly.
Am I missing something or will I need to continue with the custom info object strategy?
thanks,
Sky