RelationalStorageProviderQueries
class
Namespace: Orleans.Storage
A container class for the queries currently used by the
AdoNetGrainStorage. public class RelationalStorageProviderQueriesRemarks
This is provided as a separate entity in order to make these dynamically updatable.
Constructors
Properties
ClearStateThe clause to clear the storage.DeleteStateThe clause to delete the row from storage when clearing state.ReadFromStorageThe clause to read from the storage.WriteToStorageThe clause to write to the storage.
