Is there any equivalent in .lpt to the TDL [If IsMappedOnResultset] token?
I have looked into TypedViewDefinition object, but I cannot find anything similar.
Of course I could set a CustomProperty, but it seems a bit weird.
Update: It seems to be defined in the SD.LLBLGen.Pro.DBDriverCore.ProjectElementMapTargetElementType enum, and that could be retrieved by GroupableModelElementMapping.MappedTarget.ElementType, but I don't know how to get to a GroupableModelElementMapping from a TypedViewDefinition
TIA,
Jose