Commit 77052b83 authored by sqmgh's avatar sqmgh

A List is not a DataTable

parent c933e944
......@@ -4899,7 +4899,7 @@ public void SetValue(IDbDataParameter parameter, object value)
}
/// <summary>
/// Used to pass a DataTable as a SqlDataRecordListTVPParameter
/// Used to pass a List<SqlDataRecord> as a SqlDataRecordListTVPParameter
/// </summary>
sealed partial class SqlDataRecordListTVPParameter : Dapper.SqlMapper.ICustomQueryParameter
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment