Thanks for the update. It now emits code, but if I use
<[If Not HasEntityField IncludeInherited "Transaction"]>
[Exclude]
public ITransaction Transaction;
<[EndIf]>
it emits unusable code:
HasEntityFieldIncludeInherited "Transaction"]>
Also, it looks like HasEntityField doesn't check Relationship fields, or does it?
Basically, what I'm looking to do is: unless my Entity has a Relationship field 'Transaction', emit the above code (1st code block).
How can I make this happen?