C# Class HybridDb.DocumentStoreExtensions

Show file Open project: asgerhallas/HybridDb

Public Methods

Method 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 method

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
return void

Execute() public static method

public static Execute ( this store ) : System.Guid
store this
return System.Guid

Insert() public static method

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

Query() public static method

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
return object>>.IEnumerable

Update() public static method

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
return System.Guid