GetParameter(string) returns null
Closed this issue · 0 comments
epaulsen commented
Repro:
var param = new OracleDynamicParameters();
param.Add("Foo", "Bar");
//call connection.Execute or other Dapper method with param as parameters
var p = param.GetParameter("Foo") // this line throws exception