RelationalStorageProviderQueries Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |