Hi,
I'm trying to edit the entityIncludeAdapter.template file and add a static property for String-based properties. How can I use/check the TypeOfField in the proper manner to make this work?
I now ended up with this, but that's not working :
<[ If [TypeOfField] == "System.String"]>public static int <[EntityFieldName]>MaxLength = <[SourceColumnMaxLength]>;<[EndIf]>
It results in :
If[TypeOfField] == "System.String"]>public static int BarCodeMaxLength = 100;
Kind regards and thanks in advance,
Danny