Skip to content

Instantly share code, notes, and snippets.

@neslekkim
Created July 5, 2011 14:20
Show Gist options
  • Save neslekkim/1064916 to your computer and use it in GitHub Desktop.
Save neslekkim/1064916 to your computer and use it in GitHub Desktop.
stacktrace when using Func
at Database.<ExecuteReader>b__0[T](IDbCommand cmd) in C:\...\Database.cs:line 25
at Database.Execute[T,TResult](String spName, Func`2 configure, Func`2 execute, Func`2 map) in C:\...\Database.cs:line 61
at Database.ExecuteReader[T](String spName, Func`2 configure, Func`2 map) in C:\...\Database.cs:line 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment