I play with a mysql database using ADO entity framework (through devart dot.connect). I get lists of entity objects (a) from listboxs and I would like to make a linq query retrieving all object from
I set an object entity with a stored procedure, but the navigation properties are always equa开发者_StackOverflowls at null ...
I have a lite problem i don\'t really know how to fix. In my example be开发者_C百科low i would like to select a list of ProductCategories with ProductItems that are active.
I\'m fairly new to Linq and struggling using dynamic where over a many to many relationship. Database tables are like so:
Has anyone been able to use LINQ with the IBM i? That is without having to write a custom provi开发者_开发百科der?I haven\'t worked with IBM i directly, but IBM has a page that outlines the limitation
I have two linq (to EF4) queries, which return different results. The first query contains the correct results, but is not formatted/projected right.
I have a stored procedure that I am calling through Entity Framework. The stored procedure has 2 date parameters. I supply different argument in the 2 times I call the stored procedure. I have verif
Disclaimer:Bit of a C开发者_如何学C# newbie - first Software Dev gig in awhile after being in QA for a couple years.
I have the following query in Linq: var query = from question in context.Questions.Include(\"QAnswers\")
I have the following table structure which has been imported into the Entity Framework.I need to write a LINQ query where I select the ent开发者_C百科ities of Table1, where a field in Table2 is equal