Ditto 2.0.2
Properties | List of all members
DittoSDK.DittoScopedWriteTransaction Class Reference

Exposes functionality that allows you to perform multiple operations on the store within a single write transaction. More...

Properties

string CollectionName [get]
 Gets the name of the collection that the scoped write transaction is scoped to.
 

Detailed Description

Exposes functionality that allows you to perform multiple operations on the store within a single write transaction.

A DittoScopedWriteTransaction is scoped to a specific collection, obtained by calling DittoWriteTransaction.Scoped(string).