In a TDL file, I am looping through fields with
<[Foreach EntityField CrLf]>
I would like to check if the field is nullable or not. I try putting in:
<[If Not IsNullable]>
but this doesn't seem to work. How do I do this?
Which version of LLBLGen Pro are you using (Designer->Help->About->Release date )?
Walaa wrote: Which version of LLBLGen Pro are you using (Designer->Help->About->Release date )?
Walaa wrote:
Sorry
1.0.2005.1 (July 6 Final)
That's not an 1.0.2005.1 TDL statement. Try using an .lpt template instead. You can use .lpt templates as include templates inside TDL templates. Or add it to the TDL interpreter of course (See SDK sourcecode)