You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ExpandoObject for initialize Execute() method parameters. If take a look at SqlMapper.Execute() method, multiExec enabled for IEnumeable param, but it's unexpected behavior with ExpandoObject. Please, refine conditions like this:
if(multiExec!=null&&!(multiExecisstring)&&// additional conditions:!(multiExecisIDynamicMetaObjectProvider)&&!(multiExecisIEnumerable<KeyValuePair<string,object>>)){// execute as multiExec}