C# 클래스 LiteDB.LiteEngine

파일 보기 프로젝트 열기: faush01/Emby.Kodi.SyncQueue 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Upgrade() 공개 정적인 메소드

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
리턴 bool