Hi, I have some old code using selfservicing with an old version of LLBL
"Code is generated using LLBLGen Pro version: 1.0.2005.1"
I have a problem with only one entity (among many others) that hasn't got a constructor with the database primary keys.
The funny thing is, that the base entity has the contructor.
Is this a bug in LLBL?
this class:
public class IW_BANK_EXPECTED_YEARLY_YIELDEntity : IW_BANK_EXPECTED_YEARLY_YIELDEntityBase
.. is missing the contructor which is present in the base class:
public IW_BANK_EXPECTED_YEARLY_YIELDEntityBase(System.String rEGNO, System.String rEGNO_SUB, System.Int64 cOREID)
??