Hello,
I´m looking for a simple OracleExample to test LLBLGen.
In the "How do I" section I found nothing that runs in a few minutes:
// C#
CustomerCollection allCustomers = new CustomerCollection();
allCustomers.GetMulti(null);
I´ve already created a new LLBLGen Project (incl. the Connection to Oracle) and have
added it to simple WinApp Project - compiling OK !
What I need is a only a very simple example where I can get
Data from a Oracle database table.
I don´t understand this example:
// C#
CustomerCollection allCustomers = new CustomerCollection();
allCustomers.GetMulti(null);
I can´t find the function GetMulti in LLBLGEN generated code ...
We are testing several ObjectMappers for our new Application.
Can you help me please ?
Best regards Slowhand