C# Класс LiteDB_V6.DbReader

Наследование: LiteDB.IDbReader
Показать файл Открыть проект

Открытые методы

Метод Описание
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