Back to Devexpress

WebApiDataStoreClient Methods

xpo-devexpress-dot-xpo-dot-db-dot-webapidatastoreclient-dot-underscore-methods.md

latest5.3 KB
Original Source

WebApiDataStoreClient Methods

A data store provider (an IDataStore implementation) for client applications that use Web API to transfer data.

NameDescription
CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) staticThis member supports the internal infrastructure and is not intended to be used directly from your code.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetConnectionString(String) staticReturns a connection string that can be passed to the XpoDefault.GetDataLayer and XpoDefault.GetConnectionProvider methods.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ModifyData(DataCacheCookie, ModificationStatement[])
ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[])
NotifyDirtyTables(DataCacheCookie, String[])
NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[])
ProcessCookie(DataCacheCookie)
ProcessCookieAsync(CancellationToken, DataCacheCookie)
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Register() staticRegisters the provider for use with XPO.
SelectData(DataCacheCookie, SelectStatement[])
SelectDataAsync(CancellationToken, DataCacheCookie, SelectStatement[])
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateSchema(DataCacheCookie, DBTable[], Boolean)
UpdateSchemaAsync(CancellationToken, DataCacheCookie, DBTable[], Boolean)

See Also

WebApiDataStoreClient Class

WebApiDataStoreClient Members

DevExpress.Xpo.DB Namespace