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.
I\'m trying to map two tables in one Entities as these tables is really one entity. I\'ve tried llblgen and Visual NHibernate without any success as both designers
I need to use LLBLGEN or EF4. I know that it is possible to use poco with EF4, however I need to use general approach.
I want to 开发者_如何学Cuse a table-valued database function in the where clause of a query I am building using LLBLGen Pro 2.6 (self-servicing).
I was wondering if building a repository on the top LLBLGen (adapter) is a good idea. I don\'t want to overengineer and reinvent the wheel again. The DataAccessAdapter class could be some kind of a ge
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
I would like to create an expression tree for a query expression that looks something like this: employee => employee.Salary.StartsWith(\"28\")
Is there any easy way to do what seems best described as a \"Cascading Delete\" in LLBLGen?An example of what I\'m looking for:
I am new to LLBLGen Pro and am checking for duplicate, I have the following SQL: SQL: select a.TopicId,atc.TopicCategoryId,a.Headline