llblgen
sorting on related field in llblgen 2.6
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[详细]
2023-03-15 18:40 分类:问答.NET ORM Adapters: LLBLGEN vs nHydrate
We are about to start development of a web application in MVC3 Razor. We are looking for an ORM that has following aspects:[详细]
2023-03-14 11:36 分类:问答LLBLGEN: Load a EntityCollection or List from a datatable
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[详细]
2023-03-09 19:03 分类:问答LLBLGen nested select
How can I make a nested select statment with LLBLGen? I have the fo开发者_JAVA百科llowing sql statement.[详细]
2023-02-26 02:02 分类:问答Asp.net 3.5 NTier Architecture
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).[详细]
2023-02-12 05:08 分类:问答Which ORM has better performance !! OpenAccess or LLBLGen Pro?
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[详细]
2023-02-10 13:14 分类:问答llbl stored procedure
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.[详细]
2023-02-06 21:40 分类:问答LLBLGEN Pro and EF4 ORMs comparison
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.[详细]
2023-02-01 18:33 分类:问答When will llblgenpro 3 support NHibernate 3
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[详细]
2023-01-29 18:03 分类:问答Join multiple times to the same table using LLBLGen
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[详细]
2023-01-24 15:11 分类:问答