Hello
I've written a set of templates which generate a set of service wrappers around llblgen. I'm using v3 / adapter / and I'm writing .lpt templates.
I would like to generate methods which fetch an entity based on a unique constraint. I would like to generate 1 method for each unqiue constraint on an entity.
now I know how to make the call to llblgen adapter.FetchEntityUsingUniqueConstraint() what I am struggling with is generating the method signatures.
I need to enumerate over each uniqueconstraint on an entity and for each one get the .net type and the mapped entity field name.
I've been digging about in the docs and not found anything :-(
Can you give me some help or a pointer to the docs
thanks
~Brett