C# 클래스 LiteDB_V6.DbReader

상속: LiteDB.IDbReader
파일 보기 프로젝트 열기: faush01/Emby.Kodi.SyncQueue

공개 메소드들

메소드 설명
GetCollections ( ) : IEnumerable

Get all collections names from header

GetDocuments ( string collection ) : IEnumerable

List all documents inside an collections. Use PK to get all documents in order

GetIndexes ( string collection ) : bool>>.IEnumerable

List all indexes keys with unique information

Initialize ( Stream stream, string password ) : bool

Initialize database reader with database stream file and password

메소드 상세

GetCollections() 공개 메소드

Get all collections names from header
public GetCollections ( ) : IEnumerable
리턴 IEnumerable

GetDocuments() 공개 메소드

List all documents inside an collections. Use PK to get all documents in order
public GetDocuments ( string collection ) : IEnumerable
collection string
리턴 IEnumerable

GetIndexes() 공개 메소드

List all indexes keys with unique information
public GetIndexes ( string collection ) : bool>>.IEnumerable
collection string
리턴 bool>>.IEnumerable

Initialize() 공개 메소드

Initialize database reader with database stream file and password
public Initialize ( Stream stream, string password ) : bool
stream Stream
password string
리턴 bool