C# Класс HybridDb.DocumentStoreExtensions

Показать файл Открыть проект

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

Метод Описание
Delete ( this store, DocumentTable table, string key, System.Guid etag, bool lastWriteWins = false ) : void
Execute ( this store ) : System.Guid
Insert ( this store, DocumentTable table, string key, object projections ) : System.Guid
Query ( this store, DocumentTable table, HybridDb.QueryStats &stats, string select = null, string where = "", int skip, int take, string orderby = "", object parameters = null ) : object>>.IEnumerable
Update ( this store, DocumentTable table, string key, System.Guid etag, object projections, bool lastWriteWins = false ) : System.Guid

Описание методов

Delete() публичный статический Метод

public static Delete ( this store, DocumentTable table, string key, System.Guid etag, bool lastWriteWins = false ) : void
store this
table HybridDb.Config.DocumentTable
key string
etag System.Guid
lastWriteWins bool
Результат void

Execute() публичный статический Метод

public static Execute ( this store ) : System.Guid
store this
Результат System.Guid

Insert() публичный статический Метод

public static Insert ( this store, DocumentTable table, string key, object projections ) : System.Guid
store this
table HybridDb.Config.DocumentTable
key string
projections object
Результат System.Guid

Query() публичный статический Метод

public static Query ( this store, DocumentTable table, HybridDb.QueryStats &stats, string select = null, string where = "", int skip, int take, string orderby = "", object parameters = null ) : object>>.IEnumerable
store this
table HybridDb.Config.DocumentTable
stats HybridDb.QueryStats
select string
where string
skip int
take int
orderby string
parameters object
Результат object>>.IEnumerable

Update() публичный статический Метод

public static Update ( this store, DocumentTable table, string key, System.Guid etag, object projections, bool lastWriteWins = false ) : System.Guid
store this
table HybridDb.Config.DocumentTable
key string
etag System.Guid
projections object
lastWriteWins bool
Результат System.Guid