CachedDataStoreService Methods
The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).
Name | Description |
---|---|
Do |
Executes a specified command with specific parameters and returns the operation result.
Inherited from Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns which operations are performed when a data store is accessed for the first time. This method delegates its call to get the corresponding option value of a data store passed as provider to the constructor.
Inherited from Data |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Modify |
Updates data in a data store using specified modification statements and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor.
Inherited from Data |
Modify |
Delegates the call to the ICache |
Notify |
Delegates the call to the ICache |
Process |
Delegates the call to the ICache |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Fetches data from a data store using specified query statements and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor.
Inherited from Data |
Select |
Delegates the call to the ICache |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates a data store’s schema according to specified settings and returns the operation result. This method delegates its call to the corresponding method of a data store passed as provider to the constructor.
Inherited from Data |
Update |
Delegates the call to the ICache |
Warp |
Reserved for future use.
Inherited from Data |
Warp |
Reserved for future use. |
See Also