Skip to content

RelationalStorageProviderQueries Constructors

A container class for the queries currently used by the AdoNetGrainStorage.

RelationalStorageProviderQueries(string, string, string, string)

View source
public RelationalStorageProviderQueries(string writeToStorage, string readFromStorage, string clearState, string deleteState)
Constructor.

Parameters

writeToStoragestring
The clause to write to a storage.
readFromStoragestring
The clause to read from a storage.
clearStatestring
The clause to clear the storage.
deleteStatestring
The clause to delete the row from storage. May be null for backward compatibility.