C# Class LiteDB.LiteEngine

Show file Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Public Methods

Method Description
Upgrade ( string filename, string password = null, bool backup = true, int batchSize = 5000 ) : bool

Upgrade datafile from v6 to new v7 format used in LiteDB 3

Method Details

Upgrade() public static method

Upgrade datafile from v6 to new v7 format used in LiteDB 3
public static Upgrade ( string filename, string password = null, bool backup = true, int batchSize = 5000 ) : bool
filename string
password string
backup bool
batchSize int
return bool