bltoolkit
Can BLTookit Generate Db and Tables
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[详细]
2023-04-07 18:10 分类:问答BLToolkit - Current readiness for Azure
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[详细]
2023-04-06 21:05 分类:问答Bltoolkit - Dealing with identity with multiple db's
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[详细]
2023-04-04 06:31 分类:问答Is batch or bulk insert possible in Linq 2 Sql ?
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[详细]
2023-03-31 03:02 分类:问答BLToolkit Association Linq
Here is an example usage of list associations taken from BLToolkit http://bltoolkit.net/(S(ibvuiu3itvirtq550l4r0n55))/Doc.LinqAssociations.ashx[详细]
2023-03-29 07:40 分类:问答BLToolkit custom data provider
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[详细]
2023-03-23 09:56 分类:问答Implementing DAL in .NET with DB-first
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[详细]
2023-03-23 07:36 分类:问答BLToolkit Oracle SP support
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[详细]
2023-03-22 04:57 分类:问答Table-value functions in BLToolkit
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[详细]
2023-03-19 21:55 分类:问答Scalar functions using BLToolkit and Linq
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.[详细]
2023-03-17 17:50 分类:问答