Fix of Where parameter type not set problem.

This commit is contained in:
grzegorz.russek
2014-09-09 07:00:13 +00:00
parent baaa6e9452
commit 53f27f636e
10 changed files with 1247 additions and 1112 deletions

View File

@@ -1187,6 +1187,13 @@ namespace DynamORM
sb.AppendFormat(_parameterFormat, parameter.ToString().Replace(" ", "_"));
}
/// <summary>Dumps the command into console output.</summary>
/// <param name="cmd">The command to dump.</param>
public virtual void DumpCommand(IDbCommand cmd)
{
cmd.Dump(Console.Out);
}
#endregion Decorators
#region Connection