public void CommitToFile(string fileName, DataSource dataSource)
public void CommitToFile(Stream stream, DataSource dataSource, double version = 0)
Description
Writes the uncommitted changes to the log file. The changes can be committed to either a filepath or to a Stream object.
Comments
0 comments
Please sign in to leave a comment.