CommitToFile Method

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.