RelationalStorageProviderQueries(string, string, string, string)
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
nullfor backward compatibility.
