I am currently using Entity Framework Code First to generate my MySQL tables and schema from my classes. However, I would like to switch to BlToolkit. Does this ORM support table generation from class
Does anybody know if BLToolkit has been t开发者_StackOverflow社区ested and certified for use with Azure Sql and if it supports the dropped connection retry functionality? And if not are there any plan
How do I deal with identity when I\'m supporting multiple db\'s with Bltoolkit. I know that BL supports InsertWithIdentity call with linq 开发者_Go百科whne doing inserts, but I think it only works wit
My scenario is little bit wierd, I have a list of entities, say i have ten items in list which will go to three different tables , associated to each other. I am using Linq 2 Sql and I need to insert
Here is an example usage of list associations taken from BLToolkit http://bltoolkit.net/(S(ibvuiu3itvirtq550l4r0n55))/Doc.LinqAssociations.ashx
Is there any examples of custom data provider for BLToolkit? I need MongoDB provider and InMemory data provider. For example, I 开发者_JS百科am reading some records from xml or files, and need to sho
I\'m working on a project that has a DB of about 30 tables and about 100 stored procedures (MSSQL). All the DAL code is implemented using Data Access Application Block. I believe that this approach
Does BLT support Oracle stored procedures? I\'ve tried numerous methods, described below to get it to work but no luck. The stored procedure updates a table with several values. This is the stored pro
Is it possible to use SQL Server table-value functions by using the BLToolkit library? I would like开发者_Python百科 to use it within the Linq query, but I couldn\'t find anything regarding this on t
I\'m in the process of converting my SQL procedures to Linq using the BLToolkit library. Now I\'m stuck on a little problem so if anyone know is this possible I will really appreciate the help.