提交 8f561c93 编写于 作者: S Sam Saffron

cleanup

上级 00464b49
......@@ -8,7 +8,6 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using System.Reflection;
......@@ -886,7 +885,7 @@ public void Dispose()
}
}
}
public class DynamicParameters : SqlMapper.IDynamicParameters, IEnumerable
public class DynamicParameters : SqlMapper.IDynamicParameters
{
Dictionary<string, ParamInfo> parameters = new Dictionary<string,ParamInfo>();
......@@ -941,10 +940,5 @@ public T Get<T>(string name)
{
return (T)parameters[name].AttachedParam.Value;
}
public IEnumerator GetEnumerator()
{
throw new NotImplementedException();
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册