Back to Devexpress

WebApiDataStoreClient Members

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

latest6.2 KB
Original Source

WebApiDataStoreClient Members

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

Constructors

NameDescription
WebApiDataStoreClient(HttpClient, AutoCreateOption)Initializes a new instance of the WebApiDataStoreClient class with specified settings.

Fields

NameDescription
IgnoreIllegalXmlCharacters static
XpoProviderTypeStringGets the name of the current connection provider. This name is used internally when the WebApiDataStoreClient.GetConnectionString method is used to generate a connection string.

Properties

Name
HttpClient

Methods

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

DevExpress.Xpo.DB Namespace