Open GoogleCodeExporter opened 8 years ago
One reason this is tricky is that we want dapper to work with wrapped commands
(in particular, MVC Mini Profiler ;p). So checking the command type is not
reliable. There may be other ways to do this, perhaps....? I wonder if we can
find something that works in all variants.
Original comment by marc.gravell
on 21 Jul 2011 at 8:48
Gotcha - well there should be some way to figure out the underlying command
type at runtime...I considered checking the command text format, as Oracle uses
the semicolon instead of the ampersand for parameters, but that seemed like an
unreliable solution.
Original comment by bran...@brandonzeider.me
on 21 Jul 2011 at 9:46
Original issue reported on code.google.com by
bran...@brandonzeider.me
on 21 Jul 2011 at 8:34