C# Class HybridDb.DocumentStoreExtensions

Afficher le fichier Open project: asgerhallas/HybridDb

Méthodes publiques

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

Method Details

Delete() public static méthode

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
Résultat void

Execute() public static méthode

public static Execute ( this store ) : System.Guid
store this
Résultat System.Guid

Insert() public static méthode

public static Insert ( this store, DocumentTable table, string key, object projections ) : System.Guid
store this
table HybridDb.Config.DocumentTable
key string
projections object
Résultat System.Guid

Query() public static méthode

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
Résultat object>>.IEnumerable

Update() public static méthode

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
Résultat System.Guid