C# Class LiteDB_V6.DbReader

Inheritance: LiteDB.IDbReader
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue

Méthodes publiques

Méthode Description
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

Method Details

GetCollections() public méthode

Get all collections names from header
public GetCollections ( ) : IEnumerable
Résultat IEnumerable

GetDocuments() public méthode

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

GetIndexes() public méthode

List all indexes keys with unique information
public GetIndexes ( string collection ) : bool>>.IEnumerable
collection string
Résultat bool>>.IEnumerable

Initialize() public méthode

Initialize database reader with database stream file and password
public Initialize ( Stream stream, string password ) : bool
stream Stream
password string
Résultat bool