Skip to content

Commit

Permalink
fix row created event
Browse files Browse the repository at this point in the history
  • Loading branch information
majdisorder committed Sep 28, 2018
1 parent 33a2a8c commit fc65a0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Data.Dump.Engine/Schema/DataSetFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ ref rowCreated
}
}

if (rowCreated != null)
{
RowCreated -= rowCreated;
}

yield return tables.Values;
}
}
Expand Down

0 comments on commit fc65a0e

Please sign in to comment.