Goedel.Persistence.LogPersistenceStore.LogPersistenceStore C# (CSharp) Method

LogPersistenceStore() public method

Open a persistence store with the specified file name in read only mode.
public LogPersistenceStore ( string FileName ) : System
FileName string Log file.
return System
        public LogPersistenceStore(string FileName)
            : this(FileName, true, null, null) {
            }

Same methods

LogPersistenceStore::LogPersistenceStore ( string FileName, bool ReadOnly, string Type, string Comment ) : System
LogPersistenceStore::LogPersistenceStore ( string FileName, string Type, string Comment ) : System