Hi,
I noticed that the generated code for stored procedures (ActionProcedures.cs) uses named parameters. Is it possible to get LLBLGen to generate code that uses "positional" parameters (that is, not using the parameter name)? Or could it be added to the "new feature" list?
I'm using an Oracle database with an adapter scenario.