Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ModifyData(ModificationStatement[])
|
Calls the ModifyData method of the underlying IDataStore with error handling.
|
ModifyDataAsync(ModificationStatement[], CancellationToken)
|
Calls the ModifyDataAsync method of the underlying IDataStore with error handling.
|
ModifyDataWithCookie(WebApiDataContainer<ModificationStatement[]>)
|
Calls the ICacheToCacheCommunicationCore.ModifyData method with error handling.
|
NotifyDirtyTables(WebApiDataContainer<String[]>)
|
Calls the ICacheToCacheCommunicationCore.NotifyDirtyTables method with error handling.
|
ProcessCookie(DataCacheCookie)
|
Calls the ICacheToCacheCommunicationCore.ProcessCookie method with error handling.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SelectData(SelectStatement[])
|
Calls the SelectData method of the underlying IDataStore with error handling.
|
SelectDataAsync(SelectStatement[], CancellationToken)
|
Calls the SelectDataAsync method of the underlying IDataStore with error handling.
|
SelectDataWithCookie(WebApiDataContainer<SelectStatement[]>)
|
Calls the ICacheToCacheCommunicationCore.SelectData method with error handling.
|
ToString()
|
Returns a string that represents the current object.
|
UpdateSchema(Boolean, DBTable[])
|
Calls the UpdateSchema method of the underlying IDataStore with error handling.
|
UpdateSchemaAsync(Boolean, DBTable[], CancellationToken)
|
Calls the UpdateSchemaAsync method of the underlying IDataStore with error handling.
|
UpdateSchemaWithCookie(Boolean, WebApiDataContainer<DBTable[]>)
|
Calls the ICacheToCacheCommunicationCore.UpdateSchema method with error handling.
|