I inherited an application that uses llblgen 2.6. I have a PersonAppointmentType entity that has a AppointmentType property (n:1 relation). Now I want to sort a collection of PersonAppointmentTypes on
We are about to start development of a web application in MVC3 Razor. We are looking for an ORM that has following aspects:
How do I load an EntityCollection or List(Of开发者_如何学JAVA Entity) from a DataTable using LLBLGen?A datatable holds its values in rows and columns whereas a LLBLGen Collection class holds a collect
How can I make a nested select statment with LLBLGen? I have the fo开发者_JAVA百科llowing sql statement.
I am building a web application using asp.net 3.5, sql server 2008. My client wants it to be in minimum 3 tier architecture(Tiers are seperated physically, means 3 tiers means 3 seperate machines).
I\'m working on a new project right now and thinking of using an ORM beyond that of OpenAccess or LLBLGen Pr开发者_如何学JAVAo or Subsonic.This project may have great quantities and hits concurrent,So
I have a problem on llbl. I have a stored procedure in my sql database and I want to get the stored procedure code in code(C#) side with llbl.
New year - new startup :) We are chosing ORM. I personally worked with LLBLGEN last years. I\'ve looked through EF4 today and have found that its functionality is close to llblgen.
Google-foo is difficult when you\'re trying to find the answer to version support questions like this. So when will LLBLGen Pro support NHib开发者_开发百科ernate 3? LLBLGen Pro 3.0 supports NHibernate
I have a table, let call it Widget, with (among others) person1id and person2id. (Yes, I suppose I should have setup a N-N relation table, but so far we never have more than 2 persons on a single widg