Skip to main content
All docs
V23.2
.NET 6.0+

WebApiDataStoreClient Methods

A data store provider (an IDataStore implementation) for client applications that use Web API to transfer data.
Name Description
CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) static This member supports the internal infrastructure and is not intended to be used directly from your code.
Equals(Object, Object) static Determines 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) static Returns 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() protected Creates 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) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Register() static Registers 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