dapper
Why does Dapper throw an OracleException when i run a query or command with parameters?
I am evaluation dapper but i already running into some problems. I am trying to do this using (IDbConnection connection = GetConnection())[详细]
2023-03-27 17:01 分类:问答How to pass a mvc-mini-profiler connection to a base class from MVC3
Given this snippet of code public abstract class Foo { private static Sql开发者_高级运维Connection _sqlConnection;[详细]
2023-03-26 18:47 分类:问答Dapper.net transaction problem
I\'m trying to commit a transaction to my Sql Server 2008 database - firstly 2 insert\'s followed by a couple update\'s, however, as soon as it attempts to execute the first of the update\'s, I get th[详细]
2023-03-25 10:53 分类:问答Dapper And System.Data.OleDb DbType.Date throwing 'OleDbException : Data type mismatch in criteria expression'
Not sure if I should raise an issue regarding this, so thought I would ask if anybody knew a simple workaround for this first. I am getting an error when I try to use Dapper with OleDbConnection when[详细]
2023-03-24 18:07 分类:问答Recommended asp.net MVC model design approach
I\'m trying to decide the best approach for a new project I\'m about to start on, when it comes to my model design (and I\'m using Dapper.net).[详细]
2023-03-24 15:15 分类:问答Increase performance on query with a lot of one-to-many mappings
I\'m using Entity Framework to SQL Azure and in one page of my application we show quite a bit of related data to the user. We\'re loading a max of 30 ite开发者_Go百科ms on the page but each item has[详细]
2023-03-23 17:43 分类:问答How to select one to many relationship & one to one together using dapper
I have following classes and db schema.I am trying to query this data from database using dapper that would hydrate the full object graph.I looked at various SO question and the test but couldn\'t rea[详细]
2023-03-23 17:00 分类:问答Dapper & TransactionScope?
I just started playing around with Dapper. So far i love it. Does dapper not work with TransactionScope? I noticed that even if i never call TransactionScope.Complete then my changes are still committ[详细]
2023-03-23 08:46 分类:问答How to periodically flush dapper.net cache when used with SQL Server
Can someone please explain what this means (from the Dapper.net website) Limitations and caveats Dapper caches information about every query it runs, this allow it to materialize objects quickly and[详细]
2023-03-23 06:23 分类:问答PostgreSQL, problems with Boolean type storing values as "T" and "F" breaking ORM
If I define a boolean data type in a Postgres table and query from it, the results for the boolean columns come back as \"t\" or \"f\".[详细]
2023-03-22 16:40 分类:问答