Questions tagged [llblgen]

LLBLGen Pro generates a complete data-access tier and a business objects tier, utilizing powerful O/R mapping technology and a flexible task-based code generator.

83 questions
0
votes
1 answer

How to generate classes in LLBLGen Pro v3 using SQL Server CE database file

Is it somehow possible to generate classes in LLBL Gen Pro 3.1 using a SQL Server CE .sdf database file? I know in LLBL v2 it was, but in v3 there is no such option when selecting database type. Are there some workarounds for this problem?
Laurer
  • 81
  • 1
  • 4
0
votes
1 answer

LLBLGEN: Linq to LLBGEN don't work

I want to make custom select from the database table using Linq. We use LLBGEN as ORM solution. I can't do LINQ query to Entities Collection Class unless I call GetMulti(null) method of it. Is it possible to do LINQ query to LLBGEN without…
StreamT
  • 315
  • 2
  • 5
  • 18
0
votes
1 answer

Using dependency injection with ORM codr

I am trying to design a way to use dependency injection with ORM tools so that it will be easy to replace them if needeed. The problem is that it seems impossimble to separate orm code from the program. Even if I am able to separate functionality…
Cemre Mengü
  • 18,062
  • 27
  • 111
  • 169
0
votes
1 answer

LLBLGEN select where

I had generated an entity who is ClientEntity from a table of my database. My table Client had 3 columns : -ClientId (int) -IsValited (bit) -CreatedOn (datetime) I want to create llblgen sqlquery with predicate filters : select ClientId , IsValited…
user1018697
  • 389
  • 1
  • 5
  • 18
0
votes
2 answers

How do you save an Already Populated EntityCollection using the adapter.SaveEntityCollection() method in LLBLGEN Pro

I am currently trying to save an EntityCollection that is populated with both new and Dirty Entity objects in different scenarios. I have set up a transaction to roll back in the Event of failure while saving. However, it always seems to fail and…
0
votes
1 answer

LLBLGen Pro Unboxing Error With Decimal Fields

We're using LLBLGen Pro to create an ORM between our application and an Oracle 11 database. The problem we're having is that it is generating .NET decimal-type fields for Oracle table columns that are of type NUMBER(10, 0). I would have expected a…
Apogee
  • 276
  • 1
  • 11
0
votes
1 answer

How to assign interval day to seconds value with llblgen?

In my DB i have a field named "StartTime" with "Interval day to seconds" data type. LLBLGen converted it to "timeSpan" I am trying to do a transaction job and i used the following line of code to assign timespan…
0
votes
2 answers

Unable to attach SQL Server CE 3.5 database to LLBLGen Pro

I have the .sdf for SQL Server Compact Edition database of Northwind, I'm trying to attach it to llblgen pro but it refuses to connect, in the 'database drivers' drop down I've selected SQL Server 2000/etc, etc (there is no SQL Server CE in the drop…
meds
  • 21,699
  • 37
  • 163
  • 314
1 2 3 4 5
6