dblinq Questions
4
Solved
It seems like a dumb question, and yet. It could be my IDE that's goofing me up. Here's the code (this is generated from DbLinq):
SELECT pics$.Caption, pics$.Id, pics$.Path, pics$.Public, pics$.A...
2
Solved
Im working on an application that needs to talk to a database. The application is written in C#. Im quite taken by LINQ and auto generating classes to represent the database and its tables, so firs...
2
Solved
I've got problem with sorting entries in JqGrid. Orderby seem to not work. I set breakpoint in code and I noticed, that orderby doesn't change order of elements. Any idea what could be wrong?
I'm ...
Cubiform asked 2/11, 2010 at 14:20
3
Solved
Update - The answer is apparently that DbLinq doesn't implement Dispose() properly. D'oh!
The below is all sort of misleading - Bottom line: DbLinq is not (yet) equivalent to LinqToSql, as I ass...
4
Solved
I've been thinking about using SQLite for my next project, but I'm concerned that it seems to lack proper datetime and bit data types.
If I use DbLinq (or some other ORM) to generate C# classes, w...
1
© 2022 - 2024 — McMap. All rights reserved.