Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cyq1162 committed Oct 23, 2016
1 parent ce3d53e commit 68062e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action/NoSqlAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public bool Delete(object where)
int count = 0;
return Delete(where, out count);
}
private bool isDeleteAll = false;
private static bool isDeleteAll = false;
internal bool Delete(object where, out int count)
{
count = -1;
Expand Down

0 comments on commit 68062e2

Please sign in to comment.