This commit is contained in:
grzegorz.russek
2017-02-19 17:42:51 +00:00
parent 0606cf2216
commit 22c94619c6
9 changed files with 647 additions and 118 deletions

View File

@@ -276,10 +276,13 @@ namespace DynamORM
IsDisposed = true;
_command.Parameters.Clear();
if (_command != null)
{
_command.Parameters.Clear();
_command.Dispose();
_command = null;
_command.Dispose();
_command = null;
}
}
}