TypeOfField without System Prefix

Posts   
 
    
jovball
User
Posts: 441
Joined: 23-Jan-2005
# Posted on: 03-Aug-2009 06:25:32   

I'm just starting to experiment with the Template Studio. For the code I'm trying to generate right now, I need to get the .NET type in the form of String or Int32. TypeOfField gets me System.String and System.Int32. How can I get that output but without the System prefix?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Aug-2009 07:24:48   

No in TDL, AFAIK. For little complex things, LPT is recommended over TDL.

David Elizondo | LLBLGen Support Team
jovball
User
Posts: 441
Joined: 23-Jan-2005
# Posted on: 03-Aug-2009 07:46:04   

OK, where should I start with lpt? Are there any examples?

Walaa avatar
Walaa
Support Team
Posts: 14987
Joined: 21-Aug-2005
# Posted on: 03-Aug-2009 08:33:09   

Please download the SDK package and check the SDK documentation.