oh sorry, please excuse me this is what i have
LLBLLGen Pro 2.0.0.0 FINAL DEMO
Released Febrary 14th, 2007
->this is the code<-
PersonaCollection personas = new PersonaCollection();
Exception thrown -> personas.GetMulti(null);<-
foreach (PersonaEntity persona in personas)
{
Console.Out.WriteLine(String.Format("Codigo {0} - Persona {1}", persona.CodigoP.ToString(), persona.Nombre.Trim()));
}
personas.Dispose();
->end code<-
this is the exception message:
An exception was caught during the execution of a retrieval query: ERROR: 42P01: relation "public.Persona" does not exist. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
i have VS 2005 professional
i m testing the orm