RelationalStorageProviderQueries Class

Definition

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

public class RelationalStorageProviderQueries
type RelationalStorageProviderQueries = class
Public Class RelationalStorageProviderQueries
Inheritance
RelationalStorageProviderQueries

Remarks

This is provided as a separate entity in order to make these dynamically updatable.

Constructors

RelationalStorageProviderQueries(String, String, String)

Constructor.

Properties

ClearState

The clause to clear the storage.

ReadFromStorage

The clause to read from the storage.

WriteToStorage

The clause to write to the storage.

Applies to